* 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=61696
This commit is contained in:
Amine Khaldi 2014-01-19 10:33:36 +00:00
parent 94098ee559
commit 363c81a378
2 changed files with 7 additions and 5 deletions

View file

@ -1,16 +1,14 @@
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <wincon.h>
#include <commdlg.h>
#include <cplext.h>
#include <tchar.h>
#include <devguid.h>
#include <shlobj.h>
#include <cpl.h>

View file

@ -29,6 +29,10 @@
#include "main.h"
#include <commdlg.h>
#include <cplext.h>
#include <tchar.h>
#define DEFAULT_DOUBLE_CLICK_SPEED 500
#define DEFAULT_CLICK_LOCK_TIME 2200
#define DEFAULT_MOUSE_SPEED 10