WindowsXP-SP1/termsrv/remdsk/rds/nmutil/precomp.h

34 lines
489 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#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_ */