mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[DESKADP]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61730
This commit is contained in:
parent
909dd423a0
commit
7c0107fcd0
2 changed files with 10 additions and 4 deletions
|
@ -1,8 +1,12 @@
|
|||
#include "precomp.h"
|
||||
|
||||
#include <tchar.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
static HINSTANCE hInstance;
|
||||
|
||||
typedef INT_PTR (WINAPI *PDEVICEPROPERTIESW)(HWND,LPCWSTR,LPCWSTR,BOOL);
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
#ifndef __PRECOMP__H
|
||||
#define __PRECOMP__H
|
||||
|
||||
#define COBJMACROS
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include <stdarg.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <wincon.h>
|
||||
#include <tchar.h>
|
||||
#include <shlobj.h>
|
||||
#include <dll/desk/deskcplx.h>
|
||||
|
||||
#include "deskadp.h"
|
||||
#include "resource.h"
|
||||
|
||||
#endif /* __PRECOMP__H */
|
||||
|
|
Loading…
Reference in a new issue