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