2014-02-03 16:13:37 +00:00
|
|
|
#ifndef _SNDREC32_PCH_
|
|
|
|
#define _SNDREC32_PCH_
|
2009-11-30 18:54:41 +00:00
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
//#include "targetver.h"
|
2009-12-15 22:39:18 +00:00
|
|
|
|
|
|
|
#ifdef _UNICODE
|
2013-12-21 13:29:23 +00:00
|
|
|
#define _sntprintf_s _snwprintf_s
|
2009-12-15 22:39:18 +00:00
|
|
|
#else
|
2013-12-21 13:29:23 +00:00
|
|
|
#define _sntprintf_s _snprintf_s
|
2009-12-15 22:39:18 +00:00
|
|
|
#endif
|
|
|
|
|
2009-11-30 18:54:41 +00:00
|
|
|
#include <stdlib.h>
|
|
|
|
#include <tchar.h>
|
2014-01-13 12:41:57 +00:00
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <wingdi.h>
|
|
|
|
#include <winuser.h>
|
2014-02-03 16:13:37 +00:00
|
|
|
|
|
|
|
#endif /* _SNDREC32_PCH_ */
|