mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
261 B
16 lines
261 B
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
#define STRICT
|
|
#ifndef _WIN32_WINNT
|
|
#define _WIN32_WINNT 0x0400
|
|
#endif
|
|
#define _ATL_APARTMENT_THREADED
|
|
|
|
// included for debug library
|
|
#include "cplusinc.h"
|
|
#include "sticomm.h"
|
|
|
|
#include "coredbg.h"
|
|
|
|
#endif //_PRECOMP_H_
|