mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +00:00
[DNSAPI]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61762
This commit is contained in:
parent
a8bce773fa
commit
20a454e741
4 changed files with 11 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue