mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:53:23 +00:00
[USETUP]
- Remove a circular header dependency to make it easier for the poor PCH compiler svn path=/trunk/; revision=53412
This commit is contained in:
parent
f3df919cee
commit
ca5f3d0740
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#include "host_native.h"
|
#include "usetup.h"
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NATIVE_InitConsole(
|
NATIVE_InitConsole(
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "usetup.h"
|
|
||||||
|
|
||||||
#define SetupInitDefaultQueueCallback(a) NULL
|
#define SetupInitDefaultQueueCallback(a) NULL
|
||||||
#define SetupDefaultQueueCallbackW(a, b, c, d) TRUE
|
#define SetupDefaultQueueCallbackW(a, b, c, d) TRUE
|
||||||
#define SetupTermDefaultQueueCallback(a)
|
#define SetupTermDefaultQueueCallback(a)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue