mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[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:
parent
e62e1d2e20
commit
ac0c50152c
3 changed files with 6 additions and 4 deletions
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
static const TCHAR szMMCMainFrame[] = TEXT("MMCMainFrame");
|
||||
static const TCHAR szMMCChildFrm[] = TEXT("MMCChildFrm");
|
||||
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <tchar.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
HINSTANCE hAppInstance;
|
||||
HANDLE hAppHeap;
|
||||
HWND hwndMainConsole;
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue