* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61781
This commit is contained in:
Amine Khaldi
2014-01-23 18:01:03 +00:00
parent 9b0d1bcfb3
commit 1b2a553fb0
4 changed files with 10 additions and 5 deletions
+2
View File
@@ -12,6 +12,8 @@
#include <msafd.h>
#include <winuser.h>
#if DBG
//DWORD DebugTraceLevel = DEBUG_ULTRA;
DWORD DebugTraceLevel = 0;
+3
View File
@@ -9,8 +9,11 @@
* CSH 01/09-2000 Created
* Alex 16/07/2004 - Complete Rewrite
*/
#include <msafd.h>
#include <winreg.h>
CRITICAL_SECTION HelperDLLDatabaseLock;
LIST_ENTRY HelperDLLDatabaseListHead;
+1
View File
@@ -7,6 +7,7 @@
* REVISIONS:
* CSH 01/09-2000 Created
*/
#include <msafd.h>
INT
+4 -5
View File
@@ -4,17 +4,18 @@
* FILE: include/msafd.h
* PURPOSE: Ancillary Function Driver DLL header
*/
#ifndef __MSAFD_H
#define __MSAFD_H
#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 <winuser.h>
#include <winreg.h>
#include <ws2spi.h>
#define NTOS_MODE_USER
#include <ndk/exfuncs.h>
@@ -507,5 +508,3 @@ MsafdReturnWithErrno(NTSTATUS Status,
}
#endif /* __MSAFD_H */
/* EOF */