mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[SMDLL]
* 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:
parent
1bb3dbb528
commit
bdc225df74
3 changed files with 11 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
* PURPOSE: SM Helper Library
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <windef.h>
|
||||
|
||||
BOOL WINAPI DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue