reactos/base/applications/sndrec32/stdafx.h
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +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>