mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
49ab546ac3
svn path=/branches/ntvdm/; revision=61579
16 lines
282 B
C
16 lines
282 B
C
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
|
|
#define NTOS_MODE_USER
|
|
#include <ndk/rtlfuncs.h>
|
|
#include <ntsam.h>
|
|
|
|
#include <sam_c.h>
|
|
|
|
#include <wine/debug.h>
|
|
WINE_DEFAULT_DEBUG_CHANNEL(samlib);
|