2025-04-27 07:49:33 -04:00

16 lines
276 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_