mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:13:01 +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
|
* PURPOSE: SM Helper Library
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <windef.h>
|
||||||
|
|
||||||
BOOL WINAPI DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
|
BOOL WINAPI DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#define NTOS_MODE_USER
|
#define WIN32_NO_STATUS
|
||||||
#include <ndk/lpctypes.h>
|
#define _INC_WINDOWS
|
||||||
#include <ndk/lpcfuncs.h>
|
#define COM_NO_WINDOWS_H
|
||||||
#include <sm/helper.h>
|
|
||||||
|
#include <windef.h>
|
||||||
|
|
|
@ -7,6 +7,11 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#define NTOS_MODE_USER
|
||||||
|
#include <ndk/lpctypes.h>
|
||||||
|
#include <ndk/lpcfuncs.h>
|
||||||
|
#include <sm/helper.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue