89eb838f4647776f9918848de7807b6dedd2403c
[reactos.git] / reactos / base / applications / sndrec32 / stdafx.h
1 #pragma once
2
3 #include "targetver.h"
4
5 #define WIN32_LEAN_AND_MEAN
6
7
8 #ifdef _UNICODE
9 #define _sntprintf_s _snwprintf_s
10 #else
11 #define _sntprintf_s _snprintf_s
12 #endif
13
14
15 #include <stdlib.h>
16 #include <stdio.h>
17 #include <tchar.h>
18 #include <string.h>
19
20
21 #include <windows.h>
22 #include <commctrl.h>
23 #include <commdlg.h>