* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61813
This commit is contained in:
Amine Khaldi 2014-01-25 18:07:29 +00:00
parent 1bb3dbb528
commit bdc225df74
3 changed files with 11 additions and 5 deletions

View file

@ -5,7 +5,7 @@
* PURPOSE: SM Helper Library
*/
#include "precomp.h"
#include <windef.h>
BOOL WINAPI DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
{

View file

@ -1,4 +1,5 @@
#define NTOS_MODE_USER
#include <ndk/lpctypes.h>
#include <ndk/lpcfuncs.h>
#include <sm/helper.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>

View file

@ -7,6 +7,11 @@
#include "precomp.h"
#define NTOS_MODE_USER
#include <ndk/lpctypes.h>
#include <ndk/lpcfuncs.h>
#include <sm/helper.h>
#define NDEBUG
#include <debug.h>