[WIN32K]: Should fix usb/livecd failure reported by igorko. bug 6696..or something?

svn path=/trunk/; revision=55987
This commit is contained in:
Alex Ionescu 2012-03-04 03:06:20 +00:00
parent a604834220
commit 26b48236fb

View file

@ -10,12 +10,16 @@
#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
/* Enable debugging features */
#define GDI_DEBUG 0