mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[MSPORTS]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61789
This commit is contained in:
parent
32c14e45f6
commit
4c38d2c309
3 changed files with 13 additions and 5 deletions
|
@ -8,6 +8,11 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/cmtypes.h>
|
||||
|
||||
typedef enum _PORT_TYPE
|
||||
{
|
||||
UnknownPort,
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
* COPYRIGHT: Copyright 2011 Eric Kohl
|
||||
*/
|
||||
|
||||
extern HINSTANCE hInstance;
|
||||
extern HINSTANCE hInstance;
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <winuser.h>
|
||||
#include <wchar.h>
|
||||
#include <cmtypes.h>
|
||||
#include <msports.h>
|
||||
#include <setupapi.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
||||
|
||||
#include "internal.h"
|
||||
#include "resource.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
||||
|
|
Loading…
Reference in a new issue