[MOUNTMGR]
[reactos.git] / reactos / drivers / filters / mountmgr / mntmgr.h
index e51188a..9019137 100644 (file)
@@ -8,6 +8,12 @@
 #include <ndk/psfuncs.h>
 #include <ntdddisk.h>
 
 #include <ndk/psfuncs.h>
 #include <ntdddisk.h>
 
+#ifdef __GNUC__
+#define INIT_SECTION __attribute__((section ("INIT")))
+#else
+#define INIT_SECTION /* Done via alloc_text for MSC */
+#endif
+
 /* Enter FIXME */
 #ifdef IsEqualGUID
 #undef IsEqualGUID
 /* Enter FIXME */
 #ifdef IsEqualGUID
 #undef IsEqualGUID