- PCHify Acledit, Beepmidi, Cards, Crtdll, Dhcpsvc, Lpk, Lsasrv, uext2, ufat, untfs...
authorStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 1 Aug 2008 14:27:43 +0000 (14:27 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Fri, 1 Aug 2008 14:27:43 +0000 (14:27 +0000)
svn path=/trunk/; revision=35008

38 files changed:
reactos/dll/win32/acledit/acledit.c
reactos/dll/win32/acledit/acledit.rbuild
reactos/dll/win32/acledit/acledit.rc
reactos/dll/win32/acledit/acleditint.h
reactos/dll/win32/acledit/resource.h [deleted file]
reactos/dll/win32/acledit/stubs.c
reactos/dll/win32/beepmidi/beepmidi.c
reactos/dll/win32/beepmidi/beepmidi.h [new file with mode: 0644]
reactos/dll/win32/beepmidi/beepmidi.rbuild
reactos/dll/win32/cards/cards.c
reactos/dll/win32/cards/cards.h
reactos/dll/win32/cards/cards.rbuild
reactos/dll/win32/cards/cards.rc
reactos/dll/win32/crtdll/dllmain.c
reactos/dll/win32/crtdll/precomp.h
reactos/dll/win32/dhcpcsvc/dhcpcsvc.c
reactos/dll/win32/dhcpcsvc/dhcpcsvc.rbuild
reactos/dll/win32/dhcpcsvc/dhcpsvc.h [new file with mode: 0644]
reactos/dll/win32/lpk/lpk.rbuild
reactos/dll/win32/lsasrv/lsarpc.c
reactos/dll/win32/lsasrv/lsasrv.c
reactos/dll/win32/lsasrv/lsasrv.rbuild
reactos/dll/win32/lsasrv/precomp.h [new file with mode: 0644]
reactos/dll/win32/uext2/precomp.h [new file with mode: 0644]
reactos/dll/win32/uext2/uext2.c
reactos/dll/win32/uext2/uext2.rbuild
reactos/dll/win32/ufat/precomp.h [new file with mode: 0644]
reactos/dll/win32/ufat/ufat.c
reactos/dll/win32/ufat/ufat.rbuild
reactos/dll/win32/untfs/precomp.h [new file with mode: 0644]
reactos/dll/win32/untfs/untfs.c
reactos/dll/win32/untfs/untfs.rbuild
reactos/dll/win32/ws2help/ws2help.rbuild
reactos/dll/win32/wshirda/wshirda.rbuild
reactos/dll/win32/wshtcpip/wshtcpip.rbuild
reactos/dll/win32/wsock32/stubs.c
reactos/dll/win32/wsock32/wsock32.h [new file with mode: 0644]
reactos/dll/win32/wsock32/wsock32.rbuild

index 94119f0..64367c4 100644 (file)
@@ -29,9 +29,8 @@
  * UPDATE HISTORY:
  *      07/09/2004  Created
  */
-#include <windows.h>
+
 #include "acleditint.h"
-#include "resource.h"
 
 HINSTANCE hDllInstance;
 
index e71a8ee..ea15f9f 100644 (file)
@@ -8,6 +8,7 @@
        <library>kernel32</library>
        <library>advapi32</library>
        <library>user32</library>
+       <pch>acleditint.h</pch>
        <file>acledit.c</file>
        <file>stubs.c</file>
        <file>acledit.rc</file>
index 85623be..d1b0ec2 100644 (file)
@@ -1,5 +1,4 @@
-#include <windows.h>
-#include "resource.h"
+#include "acleditint.h"
 
 #define REACTOS_VERSION_DLL
 #define REACTOS_STR_FILE_DESCRIPTION   "ReactOS Access Control Editor\0"
index 3b10fa5..298265a 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef __ACLEDITINT_H
 #define __ACLEDITINT_H
 
+#include <windows.h>
+
+#define IDI_DEVMGR     100
+
 extern HINSTANCE hDllInstance;
 
 typedef struct _ACL_HELP_CONTROL
diff --git a/reactos/dll/win32/acledit/resource.h b/reactos/dll/win32/acledit/resource.h
deleted file mode 100644 (file)
index 89c5d02..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __DEVMGR_RESOURCE_H
-#define __DEVMGR_RESOURCE_H
-
-#define IDI_DEVMGR     100
-
-#endif /* __DEVMGR_RESOURCE_H */
-
-/* EOF */
index b679c60..90dd945 100644 (file)
@@ -13,7 +13,7 @@
  * UPDATE HISTORY:
  *      07/09/2004  Created
  */
-#include <windows.h>
+
 #include "acleditint.h"
 
 ULONG DbgPrint(PCH Format,...);
index 8665bec..a80c78e 100644 (file)
 */
 #define CONTINUOUS_NOTES
 
-#define WIN32_NO_STATUS
-#define NTOS_MODE_USER
-#include <windows.h>
-#include <ndk/ntndk.h>
-#include <stdio.h>
-#include <ntddbeep.h>
-#include <math.h>
-
-#include <mmddk.h>
-#include <mmsystem.h>
+#include <beepmidi.h>
 
 /*#define DPRINT printf*/
 #define DPRINT FakePrintf
diff --git a/reactos/dll/win32/beepmidi/beepmidi.h b/reactos/dll/win32/beepmidi/beepmidi.h
new file mode 100644 (file)
index 0000000..fa14453
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef _BEEPMIDI_H_\r
+#define _BEEPMIDI_H_\r
+\r
+#define WIN32_NO_STATUS\r
+#define NTOS_MODE_USER\r
+#include <windows.h>\r
+#include <ndk/ntndk.h>\r
+#include <stdio.h>\r
+#include <ntddbeep.h>\r
+#include <math.h>\r
+\r
+#include <mmddk.h>\r
+#include <mmsystem.h>\r
+\r
+#endif\r
index 156d95c..7485183 100644 (file)
@@ -5,5 +5,6 @@
        <library>kernel32</library>
        <library>user32</library>
        <library>winmm</library>
+       <pch>beepmidi.h</pch>
        <file>beepmidi.c</file>
 </module>
index eed5ce0..a1e8bf3 100644 (file)
@@ -18,9 +18,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <stdarg.h>
-
-#include "windows.h"
 #include "cards.h"
 
 HBITMAP g_CardBitmaps[MAX_CARD_BITMAPS];
index 92b33d6..7b1e4b7 100644 (file)
@@ -21,6 +21,9 @@
 #ifndef _CARDS_H
 #define _CARDS_H
 
+#include <stdarg.h>
+#include "windows.h"
+
 /*
  * 52 card faces +
  * 12 card backs +
index cab5fdb..d9d6614 100644 (file)
@@ -8,6 +8,7 @@
        <library>kernel32</library>
        <library>gdi32</library>
        <library>user32</library>
+       <pch>cards.h</pch>
        <file>cards.c</file>
        <file>cards.rc</file>
 </module>
index b17613f..1085847 100644 (file)
@@ -18,7 +18,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <windows.h>
+#include "cards.h"
 
 #define REACTOS_VERSION_DLL
 #define REACTOS_STR_FILE_DESCRIPTION   "Cardplaying Helper DLL\0"
index a97de0c..9af025a 100644 (file)
  */
 
 #include <precomp.h>
-#include <internal/wine/msvcrt.h>
-#include <sys/stat.h>
-#include <locale.h>
-#include <mbctype.h>
 
-#include "wine/debug.h"
 WINE_DEFAULT_DEBUG_CHANNEL(crtdll);
 
 
index d30dfa7..9747918 100644 (file)
@@ -5,5 +5,11 @@
 #include <windows.h>
 #include <internal/tls.h>
 #include <stdlib.h>
+#include <internal/wine/msvcrt.h>
+#include <sys/stat.h>
+#include <locale.h>
+#include <mbctype.h>
+
+#include "wine/debug.h"
 
 #endif /* _CRT_PRECOMP_H */
index cf382b9..1c35b35 100644 (file)
@@ -6,11 +6,7 @@
  * COPYRIGHT:       Copyright 2005 Art Yerkes <ayerkes@speakeasy.net>
  */
 
-#include <roscfg.h>
-#include <winsock2.h>
-#include <dhcpcsdk.h>
-#include <time.h>
-#include <dhcp/rosdhcp_public.h>
+#include <dhcpsvc.h>
 
 #define NDEBUG
 #include <debug.h>
index 6964d56..c88b3bf 100644 (file)
@@ -8,6 +8,7 @@
        <library>msvcrt</library>
        <library>ws2_32</library>
        <library>iphlpapi</library>
+       <pch>dhcpsvc.h</pch>
        <file>dhcpcsvc.c</file>
        <file>dhcpcsvc.rc</file>
        <file>dhcpcsvc.spec</file>
diff --git a/reactos/dll/win32/dhcpcsvc/dhcpsvc.h b/reactos/dll/win32/dhcpcsvc/dhcpsvc.h
new file mode 100644 (file)
index 0000000..d229307
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef _DHCPSVC_H_
+#define _DHCPSVC_H_
+
+#include <roscfg.h>
+#include <winsock2.h>
+#include <dhcpcsdk.h>
+#include <time.h>
+#include <dhcp/rosdhcp_public.h>
+
+#endif
index fe83c7e..efe2100 100644 (file)
@@ -9,7 +9,7 @@
        <library>kernel32</library>
        <library>user32</library>
        <library>usp10</library>
-
+       <pch>ros_lpk.h</pch>
        <file>dllmain.c</file>
        <file>stub.c</file>
 
index 97b7535..e363981 100644 (file)
@@ -1,13 +1,6 @@
 /* INCLUDES ****************************************************************/
 
-#define WIN32_NO_STATUS
-#include <windows.h>
-#include <ntsecapi.h>
-#define NTOS_MODE_USER
-#include <ndk/ntndk.h>
-
-#include "lsa_s.h"
-
+#include "precomp.h"
 #define NDEBUG
 #include <debug.h>
 
index 94d643b..de4e15f 100644 (file)
@@ -1,8 +1,4 @@
-#define WIN32_NO_STATUS
-#include <windows.h>
-#define NTOS_MODE_USER
-#include <ndk/ntndk.h>
-
+#include "precomp.h"
 #define NDEBUG
 #include <debug.h>
 
index b87a23a..966f1b0 100644 (file)
@@ -9,6 +9,7 @@
        <library>kernel32</library>
        <library>rpcrt4</library>
        <library>pseh</library>
+       <pch>precomp.h</pch>
        <file>lsarpc.c</file>
        <file>lsasrv.c</file>
        <file>lsasrv.rc</file>
diff --git a/reactos/dll/win32/lsasrv/precomp.h b/reactos/dll/win32/lsasrv/precomp.h
new file mode 100644 (file)
index 0000000..271ad96
--- /dev/null
@@ -0,0 +1,7 @@
+#define WIN32_NO_STATUS
+#include <windows.h>
+#include <ntsecapi.h>
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
+
+#include "lsa_s.h"
diff --git a/reactos/dll/win32/uext2/precomp.h b/reactos/dll/win32/uext2/precomp.h
new file mode 100644 (file)
index 0000000..d869f1f
--- /dev/null
@@ -0,0 +1,5 @@
+#define WIN32_NO_STATUS
+#include <windows.h>
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
+#include <fmifs/fmifs.h>
index 2e3ecfe..c211231 100644 (file)
@@ -7,11 +7,7 @@
  * PROGRAMMERS:     Pierre Schweitzer
  */
 
-#define WIN32_NO_STATUS
-#include <windows.h>
-#define NTOS_MODE_USER
-#include <ndk/ntndk.h>
-#include <fmifs/fmifs.h>
+#include "precomp.h"
 
 INT WINAPI
 DllMain(
index 5725bb4..8cbb9bd 100644 (file)
@@ -5,6 +5,7 @@
        <define name="_WIN32_WINNT">0x0600</define>
        <library>ext2lib</library>
        <library>ntdll</library>
+       <pch>precomp.h</pch>
        <file>uext2.c</file>
        <file>uext2.rc</file>
 </module>
diff --git a/reactos/dll/win32/ufat/precomp.h b/reactos/dll/win32/ufat/precomp.h
new file mode 100644 (file)
index 0000000..d869f1f
--- /dev/null
@@ -0,0 +1,5 @@
+#define WIN32_NO_STATUS
+#include <windows.h>
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
+#include <fmifs/fmifs.h>
index 8a876a2..9bd65ad 100644 (file)
@@ -7,11 +7,7 @@
  * PROGRAMMERS:     HervĂ© Poussineau (hpoussin@reactos.org)
  */
 
-#define WIN32_NO_STATUS
-#include <windows.h>
-#define NTOS_MODE_USER
-#include <ndk/ntndk.h>
-#include <fmifs/fmifs.h>
+#include "precomp.h"
 
 INT WINAPI
 DllMain(
index 6ecbaab..cbd96ab 100644 (file)
@@ -5,6 +5,7 @@
        <define name="_WIN32_WINNT">0x0600</define>
        <library>vfatlib</library>
        <library>ntdll</library>
+       <pch>precomp.h</pch>
        <file>ufat.c</file>
        <file>ufat.rc</file>
 </module>
diff --git a/reactos/dll/win32/untfs/precomp.h b/reactos/dll/win32/untfs/precomp.h
new file mode 100644 (file)
index 0000000..d869f1f
--- /dev/null
@@ -0,0 +1,5 @@
+#define WIN32_NO_STATUS
+#include <windows.h>
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
+#include <fmifs/fmifs.h>
index f359e5f..7a2531d 100644 (file)
@@ -7,11 +7,7 @@
  * PROGRAMMERS:     Pierre Schweitzer
  */
 
-#define WIN32_NO_STATUS
-#include <windows.h>
-#define NTOS_MODE_USER
-#include <ndk/ntndk.h>
-#include <fmifs/fmifs.h>
+#include "precomp.h"
 
 INT WINAPI
 DllMain(
index 7652bd6..3e2b400 100644 (file)
@@ -5,6 +5,7 @@
        <define name="_WIN32_WINNT">0x0600</define>
        <library>ntfslib</library>
        <library>ntdll</library>
+       <pch>precomp.h</pch>
        <file>untfs.c</file>
        <file>untfs.rc</file>
 </module>
index 6f3a0a6..314d05a 100644 (file)
@@ -5,6 +5,7 @@
        <library>ntdll</library>
        <library>kernel32</library>
        <library>ws2_32</library>
+       <pch>ws2help.h</pch>
        <file>ws2help.c</file>
        <file>ws2help.rc</file>
 </module>
index 5704b4b..7cc4ecb 100644 (file)
@@ -5,6 +5,7 @@
        <library>ntdll</library>
        <library>kernel32</library>
        <library>ws2_32</library>
+       <pch>wshirda.h</pch>
        <file>wshirda.c</file>
        <file>wshirda.rc</file>
 </module>
index 0fd9a7d..a3d8f6d 100644 (file)
@@ -6,6 +6,7 @@
        <library>ntdll</library>
        <library>kernel32</library>
        <library>ws2_32</library>
+       <pch>wshtcpip.h</pch>
        <file>wshtcpip.c</file>
        <file>wshtcpip.rc</file>
 </module>
index 930eb44..15c1bff 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock DLL
  * FILE:        stubs.c
@@ -7,9 +6,8 @@
  * PROGRAMMERS: Ge van Geldorp (ge@gse.nl)
  * REVISIONS:
  */
-#include <winsock2.h>
-#include <windows.h>
-//#include <stdlib.h>
+
+#include "wsock32.h"
 
 /*
  * @unimplemented
diff --git a/reactos/dll/win32/wsock32/wsock32.h b/reactos/dll/win32/wsock32/wsock32.h
new file mode 100644 (file)
index 0000000..b0ec32c
--- /dev/null
@@ -0,0 +1,2 @@
+#include <winsock2.h>
+#include <windows.h>
index 757702b..299cdc0 100644 (file)
@@ -4,6 +4,7 @@
        <library>ntdll</library>
        <library>kernel32</library>
        <library>ws2_32</library>
+       <pch>wsock32.h</pch>
        <file>stubs.c</file>
        <file>wsock32.rc</file>
 </module>