[ros-diffs] [cgutman] 45461: - Forgot this file (sorry) - mswsock.dll compiles and links now :)

cgutman at svn.reactos.org cgutman at svn.reactos.org
Sat Feb 6 15:29:09 CET 2010


Author: cgutman
Date: Sat Feb  6 15:29:09 2010
New Revision: 45461

URL: http://svn.reactos.org/svn/reactos?rev=45461&view=rev
Log:
 - Forgot this file (sorry)
 - mswsock.dll compiles and links now :)

Added:
    branches/aicom-network-branch/dll/win32/mswsock/dns/inc/precomp.h   (with props)

Added: branches/aicom-network-branch/dll/win32/mswsock/dns/inc/precomp.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/dll/win32/mswsock/dns/inc/precomp.h?rev=45461&view=auto
==============================================================================
--- branches/aicom-network-branch/dll/win32/mswsock/dns/inc/precomp.h (added)
+++ branches/aicom-network-branch/dll/win32/mswsock/dns/inc/precomp.h [iso-8859-1] Sat Feb  6 15:29:09 2010
@@ -1,0 +1,24 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS DNS Shared Library
+ * FILE:        lib/dnslib/precomp.h
+ * PURPOSE:     DNSLIB Precompiled Header
+ */
+
+#define _CRT_SECURE_NO_DEPRECATE
+#define _WIN32_WINNT 0x502
+#define WIN32_NO_STATUS
+
+/* PSDK Headers */
+#include <winsock2.h>
+#include <ws2tcpip.h>
+#include <windns.h>
+
+/* DNSLIB and DNSAPI Headers */
+#include <dnslib.h>
+#include <windnsp.h>
+
+/* NDK */
+#include <rtlfuncs.h>
+
+/* EOF */

Propchange: branches/aicom-network-branch/dll/win32/mswsock/dns/inc/precomp.h
------------------------------------------------------------------------------
    svn:eol-style = native




More information about the Ros-diffs mailing list