xref: /reactos/base/applications/sndrec32/stdafx.h (revision d6eebaa4)
1 #ifndef _SNDREC32_PCH_
2 #define _SNDREC32_PCH_
3 
4 //#include "targetver.h"
5 
6 #ifdef _UNICODE
7 #define _sntprintf_s _snwprintf_s
8 #else
9 #define _sntprintf_s _snprintf_s
10 #endif
11 
12 #include <stdlib.h>
13 #include <tchar.h>
14 
15 #define WIN32_NO_STATUS
16 #include <windef.h>
17 #include <winbase.h>
18 #include <wingdi.h>
19 #include <winuser.h>
20 
21 #endif /* _SNDREC32_PCH_ */
22