windows-nt/Source/XPSP1/NT/ds/security/gina/profmap/moveusr/pch.h

36 lines
399 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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"