[ros-diffs] [ion] 55987: [WIN32K]: Should fix usb/livecd failure reported by igorko. bug 6696..or something?

ion at svn.reactos.org ion at svn.reactos.org
Sun Mar 4 03:06:21 UTC 2012


Author: ion
Date: Sun Mar  4 03:06:20 2012
New Revision: 55987

URL: http://svn.reactos.org/svn/reactos?rev=55987&view=rev
Log:
[WIN32K]: Should fix usb/livecd failure reported by igorko. bug 6696..or something?

Modified:
    trunk/reactos/subsystems/win32/win32k/include/win32kp.h

Modified: trunk/reactos/subsystems/win32/win32k/include/win32kp.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/include/win32kp.h?rev=55987&r1=55986&r2=55987&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/win32kp.h [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/include/win32kp.h [iso-8859-1] Sun Mar  4 03:06:20 2012
@@ -10,9 +10,13 @@
 
 #pragma once
 
+#if 0
 #ifndef _MSC_VER
 #define PLACE_IN_SECTION(s) __attribute__((section(s)))
 #define INIT_FUNCTION PLACE_IN_SECTION("INIT")
+#else
+#define INIT_FUNCTION
+#endif
 #else
 #define INIT_FUNCTION
 #endif




More information about the Ros-diffs mailing list