- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / base / applications / sndrec32 / stdafx.h
1 #pragma once
2
3 //#include "targetver.h"
4
5 #ifdef _UNICODE
6 #define _sntprintf_s _snwprintf_s
7 #else
8 #define _sntprintf_s _snprintf_s
9 #endif
10
11 #define WIN32_NO_STATUS
12 #include <stdlib.h>
13 #include <tchar.h>
14 #include <windef.h>
15 #include <winbase.h>
16 #include <wingdi.h>
17 #include <winuser.h>
18 #include <commctrl.h>
19 #include <commdlg.h>