Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mingw: use Unicode functions explicitly
[gitweb.git]
/
compat
/
poll
/
poll.c
diff --git
a/compat/poll/poll.c
b/compat/poll/poll.c
index 4459408c7d0ba762b1dd4184a4c970778ba097a5..8f24b802521e982bd9be6502854689bcd84906f4 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)
- GetProcAddress (GetModuleHandle
(
"ntdll.dll"),
+ GetProcAddress (GetModuleHandle
W (L
"ntdll.dll"),
"NtQueryInformationFile");
once_only = TRUE;
}