Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ds/commit-graph-incremental'
[gitweb.git]
/
compat
/
poll
/
poll.c
diff --git
a/compat/poll/poll.c
b/compat/poll/poll.c
index 8b07edb0feca434cce2ff7766c30d7529febf996..0e95dd493c949122b22036bf5d205c413d4a0421 100644
(file)
--- a/
compat/poll/poll.c
+++ b/
compat/poll/poll.c
@@
-150,7
+150,7
@@
win32_compute_revents (HANDLE h, int *p_sought)
if (!once_only)
{
NtQueryInformationFile = (PNtQueryInformationFile)(void (*)(void))
- GetProcAddress (GetModuleHandle
(
"ntdll.dll"),
+ GetProcAddress (GetModuleHandle
W (L
"ntdll.dll"),
"NtQueryInformationFile");
once_only = TRUE;
}