[MMCCLIENT]

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

svn path=/trunk/; revision=61551
This commit is contained in:
Amine Khaldi 2014-01-06 20:59:11 +00:00
parent e62e1d2e20
commit ac0c50152c
3 changed files with 6 additions and 4 deletions

View file

@ -19,6 +19,8 @@
#include "precomp.h"
#include "resource.h"
static const TCHAR szMMCMainFrame[] = TEXT("MMCMainFrame");
static const TCHAR szMMCChildFrm[] = TEXT("MMCChildFrm");

View file

@ -19,6 +19,9 @@
#include "precomp.h"
#include <tchar.h>
#include <commctrl.h>
HINSTANCE hAppInstance;
HANDLE hAppHeap;
HWND hwndMainConsole;

View file

@ -1,11 +1,8 @@
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <commctrl.h>
#include <tchar.h>
#include "resource.h"
#define WM_USER_CLOSE_CHILD (WM_USER + 1)