pike.git/
src/
modules/
Wnotify/
wnotify.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-10
2014-10-10 15:56:19 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a87c63c4372e4fad41f48dee0573a7b9dc35eb74 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Wnotify: Use the canonical case for WIN32 header files.
29:
#endif /* HAVE_FILEAPI_H */ #ifdef HAVE_WINDOWS_H
-
#include <
windows
.h>
+
#include <
Windows
.h>
#endif /* HAVE_WINDOWS_H */ #ifdef HAVE_WINBASE_H
-
#include <
winbase
.h>
+
#include <
WinBase
.h>
#endif /* HAVE_WINBASE_H */ #ifndef MAX_LEN