mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[MAIN]
* 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:
parent
94098ee559
commit
363c81a378
2 changed files with 7 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue