reactos/reactos/base/applications/sndrec32/stdafx.h
Amine Khaldi 5170eaeaaf [SNDREC32]
* Attempt to fix a.. crime against style.

svn path=/trunk/; revision=61314
2013-12-21 13:29:23 +00:00

19 lines
325 B
C

#pragma once
//#include "targetver.h"
#ifdef _UNICODE
#define _sntprintf_s _snwprintf_s
#else
#define _sntprintf_s _snprintf_s
#endif
#define WIN32_NO_STATUS
#include <stdlib.h>
#include <tchar.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <commctrl.h>
#include <commdlg.h>