[SNDREC32]

* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61599
This commit is contained in:
Amine Khaldi 2014-01-13 12:41:57 +00:00
parent 33fee669e6
commit 1e68328c3c
2 changed files with 6 additions and 3 deletions

View file

@ -6,6 +6,10 @@
*/
#include "stdafx.h"
#include <commctrl.h>
#include <commdlg.h>
#include "sndrec32.h"
#ifndef _UNICODE

View file

@ -8,12 +8,11 @@
#define _sntprintf_s _snprintf_s
#endif
#define WIN32_NO_STATUS
#include <stdlib.h>
#include <tchar.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <commctrl.h>
#include <commdlg.h>