reactos/base/applications/sndrec32/stdafx.h
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

23 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>