- PCHify Acledit, Beepmidi, Cards, Crtdll, Dhcpsvc, Lpk, Lsasrv, uext2, ufat, untfs, ws2help, wshtcpip, and wsock32

svn path=/trunk/; revision=35008
This commit is contained in:
Stefan Ginsberg 2008-08-01 14:27:43 +00:00
parent 82b0b0ee03
commit 6a23266635
38 changed files with 89 additions and 71 deletions

View file

@ -29,9 +29,8 @@
* UPDATE HISTORY:
* 07/09/2004 Created
*/
#include <windows.h>
#include "acleditint.h"
#include "resource.h"
HINSTANCE hDllInstance;

View 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>

View 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"

View 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

View file

@ -1,8 +0,0 @@
#ifndef __DEVMGR_RESOURCE_H
#define __DEVMGR_RESOURCE_H
#define IDI_DEVMGR 100
#endif /* __DEVMGR_RESOURCE_H */
/* EOF */

View file

@ -13,7 +13,7 @@
* UPDATE HISTORY:
* 07/09/2004 Created
*/
#include <windows.h>
#include "acleditint.h"
ULONG DbgPrint(PCH Format,...);

View file

@ -40,16 +40,7 @@
*/
#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

View file

@ -0,0 +1,15 @@
#ifndef _BEEPMIDI_H_
#define _BEEPMIDI_H_
#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>
#endif

View file

@ -5,5 +5,6 @@
<library>kernel32</library>
<library>user32</library>
<library>winmm</library>
<pch>beepmidi.h</pch>
<file>beepmidi.c</file>
</module>

View 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];

View file

@ -21,6 +21,9 @@
#ifndef _CARDS_H
#define _CARDS_H
#include <stdarg.h>
#include "windows.h"
/*
* 52 card faces +
* 12 card backs +

View 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>

View 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"

View file

@ -17,12 +17,7 @@
*/
#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);

View 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 */

View 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>

View 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>

View file

@ -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

View 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>

View 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>

View 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>

View 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>

View file

@ -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"

View file

@ -0,0 +1,5 @@
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <fmifs/fmifs.h>

View 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(

View 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>

View file

@ -0,0 +1,5 @@
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <fmifs/fmifs.h>

View 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(

View 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>

View file

@ -0,0 +1,5 @@
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <fmifs/fmifs.h>

View 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(

View 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>

View 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>

View 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>

View 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>

View 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

View file

@ -0,0 +1,2 @@
#include <winsock2.h>
#include <windows.h>

View 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>