pike.git
/
src
/
modules
/
Wnotify
/
wnotify.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Wnotify/wnotify.cmod:6:
/*! @module System */ /*! @module Wnotify *! *! An interface to Windows filesystem change information. *! */
-
#include "global.h"
-
#include "interpret.h"
+
#include "module.h"
-
+
#include "interpret.h"
#include "program.h"
-
#include "stralloc.h"
-
#include "svalue.h"
+
#include "threads.h"
-
#include "object.h"
+
#include "pike_types.h" #include "builtin_functions.h" #include "wnotify_config.h" #define ADD_ICONST(name) do { \ add_integer_constant(#name, name, 0); \ } while(0); #ifdef HAVE_FILEAPI_H