pike.git
/
src
/
modules
/
Wnotify
/
wnotify.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Wnotify/wnotify.cmod:27:
#include "wnotify_config.h" #define ADD_ICONST(name) do { \ add_integer_constant(#name, name, 0); \ } while(0); #ifdef HAVE_FILEAPI_H #include <FileAPI.h> #endif /* HAVE_FILEAPI_H */
-
#ifdef HAVE_WINDOWS_H
-
#include <Windows.h>
-
#endif /* HAVE_WINDOWS_H */
-
+
#ifdef HAVE_WINBASE_H #include <WinBase.h> #endif /* HAVE_WINBASE_H */ #ifndef MAX_LEN #define MAX_LEN 255 #endif /* !MAX_LEN */ DECLARATIONS #ifdef HAVE_FINDFIRSTCHANGENOTIFICATION