WindowsXP-SP1/termsrv/remdsk/rds/nmutil/precomp.h
2020-09-30 16:53:49 +02:00

34 lines
489 B
C

#ifndef _PRECOMP_H_
#define _PRECOMP_H_
#include <windows.h>
#include <tchar.h>
#include <limits.h>
#include <shlobj.h>
#include <wincrypt.h>
#include "memtrack.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include "stock.h"
#include "olestock.h"
#ifdef DEBUG
#include "resstr.h"
#endif /* DEBUG */
#include "confdbg.h"
#include "debspew.h"
#include "valid.h"
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _PRECOMP_H_ */