reactos/base/applications/sndrec32/stdafx.h
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

24 lines
319 B
C

#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN
#ifdef _UNICODE
#define _sntprintf_s _snwprintf_s
#else
#define _sntprintf_s _snprintf_s
#endif
#include <stdlib.h>
#include <stdio.h>
#include <tchar.h>
#include <string.h>
#include <windows.h>
#include <commctrl.h>
#include <commdlg.h>