[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:
Amine Khaldi 2014-01-20 13:10:32 +00:00
parent 3d3767517c
commit 39502106c6
2 changed files with 7 additions and 5 deletions

View file

@ -10,6 +10,9 @@
#include "fontext.h"
#include <winbase.h>
#include <debug.h>
static HINSTANCE hInstance;
HRESULT WINAPI

View file

@ -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>