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