mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
Build smdll with NDK
svn path=/trunk/; revision=16169
This commit is contained in:
parent
0856013938
commit
b19d74062e
2 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,7 @@
|
|||
* PURPOSE: SM Helper Library
|
||||
*/
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <windows.h>
|
||||
|
||||
BOOL STDCALL DllMain(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
|
||||
{
|
||||
|
|
|
@ -5,8 +5,9 @@
|
|||
* FILE: lib/smdll/query.c
|
||||
* PURPOSE: Call SM API SM_API_QUERY_INFORMATION (not in NT)
|
||||
*/
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <sm/helper.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue