mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[FONTEXT]
* Remove one time inclusions from the main header and put them back where they belong. * Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61732
This commit is contained in:
parent
3d3767517c
commit
39502106c6
2 changed files with 7 additions and 5 deletions
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include "fontext.h"
|
||||
|
||||
#include <winbase.h>
|
||||
#include <debug.h>
|
||||
|
||||
static HINSTANCE hInstance;
|
||||
|
||||
HRESULT WINAPI
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#define COBJMACROS
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
|
||||
#include <debug.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#define COBJMACROS
|
||||
|
||||
#include <windef.h>
|
||||
|
|
Loading…
Reference in a new issue