- Remove a circular header dependency to make it easier for the poor PCH compiler

svn path=/trunk/; revision=53412
This commit is contained in:
Thomas Faber 2011-08-24 11:46:06 +00:00
parent f3df919cee
commit ca5f3d0740
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#include "host_native.h"
#include "usetup.h"
BOOLEAN
NATIVE_InitConsole(

View file

@ -1,7 +1,5 @@
#pragma once
#include "usetup.h"
#define SetupInitDefaultQueueCallback(a) NULL
#define SetupDefaultQueueCallbackW(a, b, c, d) TRUE
#define SetupTermDefaultQueueCallback(a)