mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[SPIDER]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. * Dedicated to Daniel Reimer. CORE-7716 svn path=/trunk/; revision=61534
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
|
||||
#include "spider.h"
|
||||
|
||||
#include <commctrl.h>
|
||||
#include <tchar.h>
|
||||
|
||||
TCHAR szHelpPath[MAX_PATH];
|
||||
|
||||
DWORD dwAppStartTime;
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winuser.h>
|
||||
#include <commctrl.h>
|
||||
#include <tchar.h>
|
||||
#include <cardlib.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
Reference in New Issue
Block a user