mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
- 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:
parent
82b0b0ee03
commit
6a23266635
38 changed files with 89 additions and 71 deletions
|
@ -29,9 +29,8 @@
|
|||
* UPDATE HISTORY:
|
||||
* 07/09/2004 Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "acleditint.h"
|
||||
#include "resource.h"
|
||||
|
||||
HINSTANCE hDllInstance;
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#ifndef __DEVMGR_RESOURCE_H
|
||||
#define __DEVMGR_RESOURCE_H
|
||||
|
||||
#define IDI_DEVMGR 100
|
||||
|
||||
#endif /* __DEVMGR_RESOURCE_H */
|
||||
|
||||
/* EOF */
|
|
@ -13,7 +13,7 @@
|
|||
* UPDATE HISTORY:
|
||||
* 07/09/2004 Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
|
||||
#include "acleditint.h"
|
||||
|
||||
ULONG DbgPrint(PCH Format,...);
|
||||
|
|
|
@ -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
|
||||
|
|
15
reactos/dll/win32/beepmidi/beepmidi.h
Normal file
15
reactos/dll/win32/beepmidi/beepmidi.h
Normal 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
|
|
@ -5,5 +5,6 @@
|
|||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
<library>winmm</library>
|
||||
<pch>beepmidi.h</pch>
|
||||
<file>beepmidi.c</file>
|
||||
</module>
|
||||
|
|
|
@ -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];
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
#ifndef _CARDS_H
|
||||
#define _CARDS_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "windows.h"
|
||||
|
||||
/*
|
||||
* 52 card faces +
|
||||
* 12 card backs +
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
10
reactos/dll/win32/dhcpcsvc/dhcpsvc.h
Normal file
10
reactos/dll/win32/dhcpcsvc/dhcpsvc.h
Normal 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
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
7
reactos/dll/win32/lsasrv/precomp.h
Normal file
7
reactos/dll/win32/lsasrv/precomp.h
Normal 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"
|
5
reactos/dll/win32/uext2/precomp.h
Normal file
5
reactos/dll/win32/uext2/precomp.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <fmifs/fmifs.h>
|
|
@ -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(
|
||||
|
|
|
@ -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>
|
||||
|
|
5
reactos/dll/win32/ufat/precomp.h
Normal file
5
reactos/dll/win32/ufat/precomp.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <fmifs/fmifs.h>
|
|
@ -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(
|
||||
|
|
|
@ -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>
|
||||
|
|
5
reactos/dll/win32/untfs/precomp.h
Normal file
5
reactos/dll/win32/untfs/precomp.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <fmifs/fmifs.h>
|
|
@ -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(
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
2
reactos/dll/win32/wsock32/wsock32.h
Normal file
2
reactos/dll/win32/wsock32/wsock32.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
#include <winsock2.h>
|
||||
#include <windows.h>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue