reactos/base/applications/sndrec32/stdafx.h
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

22 lines
345 B
C

#ifndef _SNDREC32_PCH_
#define _SNDREC32_PCH_
//#include "targetver.h"
#ifdef _UNICODE
#define _sntprintf_s _snwprintf_s
#else
#define _sntprintf_s _snprintf_s
#endif
#include <stdlib.h>
#include <tchar.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#endif /* _SNDREC32_PCH_ */