[RASADHLP]

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

svn path=/trunk/; revision=61802
This commit is contained in:
Amine Khaldi 2014-01-25 12:35:30 +00:00
parent 3d7942351b
commit 6bd7274859
4 changed files with 4 additions and 25 deletions

View file

@ -5,10 +5,10 @@
* PURPOSE: DLL Initialization
*/
/* INCLUDES ******************************************************************/
#include "precomp.h"
/* DATA **********************************************************************/
#include <ndk/iofuncs.h>
#include <ndk/rtltypes.h>
/* FUNCTIONS *****************************************************************/
@ -120,4 +120,3 @@ AcsHlpNoteNewConnection(IN PAUTODIAL_ADDR ConnectionAddress,
/* Send it to the driver */
return AcsHlpSendCommand(&Command);
}

View file

@ -5,11 +5,8 @@
* PURPOSE: DLL Initialization
*/
/* INCLUDES ******************************************************************/
#include "precomp.h"
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/
BOOLEAN

View file

@ -1,10 +1,3 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Ancillary Function Driver DLL
* FILE: include/msafd.h
* PURPOSE: Ancillary Function Driver DLL header
*/
#define _WIN32_WINNT 0x502
#define _CRT_SECURE_NO_DEPRECATE
#define WIN32_NO_STATUS
@ -16,19 +9,10 @@
/* PSDK Headers */
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winsock2.h>
//#include <wsipx.h>
#include <wsnetbs.h>
#include <wininet.h>
/* NDK */
#include <iofuncs.h>
#include <rtltypes.h>
/* Shared GUIDs */
#include <nsp_dns.h>
/* These should go in rasadhlp.h */
#define FILE_DEVICE_ACD 0x000000F1
#define _ACD_CTL_CODE(function, method, access) \

View file

@ -5,10 +5,10 @@
* PURPOSE: DLL Initialization
*/
/* INCLUDES ******************************************************************/
#include "precomp.h"
/* DATA **********************************************************************/
#include <winnls.h>
#include <nsp_dns.h>
/* FUNCTIONS *****************************************************************/
@ -134,4 +134,3 @@ WSNoteSuccessfulHostentLookup(IN CONST CHAR FAR *Name,
AutodialConnection.Ip4Address = Address;
AcsHlpNoteNewConnection(&AutodialAdddress, &AutodialConnection);
}