windows-nt/Source/XPSP1/NT/ds/security/gina/profmap/moveusr/pch.h
2020-09-26 16:20:57 +08:00

36 lines
399 B
C

#ifdef UNICODE
#ifndef _UNICODE
#define _UNICODE
#endif
#else
#ifndef _MBCS
#define _MBCS
#endif
#endif
#ifndef RC_INVOKED
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#endif
#include <tchar.h>
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <userenv.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <profmapp.h>
#ifdef __cplusplus
}
#endif
#include "msg.h"