windows-nt/Source/XPSP1/NT/printscan/ui/upnp/prjctr/server/precomp.h
2020-09-26 16:20:57 +08:00

16 lines
261 B
C

#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_