pike.git/
src/
modules/
Wnotify/
wnotify.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-10
2014-10-10 15:55:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b38608a88c35aa18a7d827761c2e76f5cf6e4c4f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
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