mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +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
|
||||
NATIVE_InitConsole(
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "usetup.h"
|
||||
|
||||
#define SetupInitDefaultQueueCallback(a) NULL
|
||||
#define SetupDefaultQueueCallbackW(a, b, c, d) TRUE
|
||||
#define SetupTermDefaultQueueCallback(a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue