mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[DNSAPI]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61762
This commit is contained in:
@@ -8,14 +8,17 @@
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define NTOS_MODE_USER
|
||||
#include <stdarg.h>
|
||||
|
||||
/* PSDK/NDK Headers */
|
||||
#include <windows.h>
|
||||
//#include <winerror.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winnls.h>
|
||||
#include <windns.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
/* Internal DNSAPI Headers */
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "precomp.h"
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
DNS_STATUS WINAPI
|
||||
|
||||
@@ -11,4 +11,4 @@ typedef struct
|
||||
DNS_STATUS DnsIntTranslateAdnsToDNS_STATUS(int Status);
|
||||
void DnsIntFreeRecordList(PDNS_RECORD ToFree);
|
||||
|
||||
#endif//WINDNS_INTERNAL_H
|
||||
#endif /* WINDNS_INTERNAL_H */
|
||||
|
||||
Reference in New Issue
Block a user