mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[WIN32K]: Should fix usb/livecd failure reported by igorko. bug 6696..or something?
svn path=/trunk/; revision=55987
This commit is contained in:
parent
a604834220
commit
26b48236fb
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue