mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:53:05 +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
|
#pragma once
|
||||||
|
|
||||||
|
#if 0
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#define PLACE_IN_SECTION(s) __attribute__((section(s)))
|
#define PLACE_IN_SECTION(s) __attribute__((section(s)))
|
||||||
#define INIT_FUNCTION PLACE_IN_SECTION("INIT")
|
#define INIT_FUNCTION PLACE_IN_SECTION("INIT")
|
||||||
#else
|
#else
|
||||||
#define INIT_FUNCTION
|
#define INIT_FUNCTION
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#define INIT_FUNCTION
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Enable debugging features */
|
/* Enable debugging features */
|
||||||
#define GDI_DEBUG 0
|
#define GDI_DEBUG 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue