reactos/reactos/dll/win32/samlib/precomp.h

11 lines
176 B
C
Raw Normal View History

#include <stdio.h>
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windows.h>
#include <winerror.h>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
#include "debug.h"