mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user