[WIN32DLLS]

* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=62026
This commit is contained in:
Amine Khaldi 2014-02-07 18:02:02 +00:00
parent 26fe5c6195
commit 294c6bf382
67 changed files with 233 additions and 39 deletions

View file

@ -6,6 +6,9 @@
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/
#ifndef _NTDLL_H
#define _NTDLL_H
/* INCLUDES ******************************************************************/
/* We're a core NT DLL, we don't import syscalls */
@ -46,4 +49,4 @@
/* PSEH */
#include <pseh/pseh2.h>
/* EOF */
#endif /* _NTDLL_H */

View file

@ -5,7 +5,8 @@
* PURPOSE: OpenGL32 lib, general header
*/
#pragma once
#ifndef _OPENGL32_PCH_
#define _OPENGL32_PCH_
#define WIN32_NO_STATUS
#include <stdarg.h>
@ -168,3 +169,5 @@ PROC sw_GetProcAddress(LPCSTR name);
BOOL sw_CopyContext(DHGLRC dhglrcSrc, DHGLRC dhglrcDst, UINT mask);
BOOL sw_ShareLists(DHGLRC dhglrcSrc, DHGLRC dhglrcDst);
BOOL sw_SwapBuffers(HDC hdc, struct wgl_dc_data* dc_data);
#endif /* _OPENGL32_PCH_ */

View file

@ -1,6 +1,11 @@
#ifndef _FONTEXT_PCH_
#define _FONTEXT_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
#define COBJMACROS
#include <windef.h>
#endif /* _FONTEXT_PCH_ */

View file

@ -33,7 +33,6 @@
HINSTANCE hDllInstance;
BOOL WINAPI
DllMain(
HINSTANCE hinstDLL,

View file

@ -20,7 +20,6 @@ ULONG DbgPrint(PCH Format,...);
#define UNIMPLEMENTED \
DbgPrint("ACLEDIT: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__)
DWORD
WINAPI
EditAuditInfo(DWORD Unknown)

View file

@ -1,3 +1,6 @@
#ifndef _ACLUI_PCH_
#define _ACLUI_PCH_
#define _ACLUI_
#include <stdarg.h>
@ -199,4 +202,4 @@ VOID
DereferenceSidReqResult(IN HANDLE SidCacheMgr,
IN PSIDREQRESULT ReqResult);
/* EOF */
#endif /* _ACLUI_PCH_ */

View file

@ -34,9 +34,9 @@
#include <winternl.h>
#include <advpub.h>
#include <wine/debug.h>
#include <wine/unicode.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(advpack);
HRESULT do_ocx_reg(HMODULE hocx, BOOL do_reg, const WCHAR *flags, const WCHAR *param) DECLSPEC_HIDDEN;

View file

@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "advpack_private.h"
static const WCHAR REGINST[] = {'R','E','G','I','N','S','T',0};

View file

@ -33,7 +33,6 @@
HINSTANCE hDllInstance;
/*
* @unimplemented
*/

View file

@ -3,11 +3,12 @@
#define _AUTHZ_
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
@ -60,4 +61,3 @@ typedef struct _AUTHZ_CLIENT_CONTEXT
} AUTHZ_CLIENT_CONTEXT, *PAUTHZ_CLIENT_CONTEXT;
#endif /* __AUTHZ_PRECOMP_H */
/* EOF */

View file

@ -1,3 +1,6 @@
#ifndef _BROWSEUI_PCH_
#define _BROWSEUI_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -37,3 +40,5 @@
#include "regtreeoptions.h"
WINE_DEFAULT_DEBUG_CHANNEL(browseui);
#endif /* _BROWSEUI_PCH_ */

View file

@ -21,6 +21,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _DBGHELP_PRIVATE_H_
#define _DBGHELP_PRIVATE_H_
#include <config.h>
#include <assert.h>
@ -842,3 +845,5 @@ extern struct symt_typedef*
const char* name) DECLSPEC_HIDDEN;
#include "image_private.h"
#endif /* _DBGHELP_PRIVATE_H_ */

View file

@ -6,6 +6,9 @@
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/
#ifndef _DNSAPI_H
#define _DNSAPI_H
/* INCLUDES ******************************************************************/
#include <stdarg.h>
@ -127,3 +130,5 @@ static inline LPSTR dns_strdup_ua( const char *src )
}
return dst;
}
#endif /* _DNSAPI_H */

View file

@ -8,6 +8,9 @@
* Hervé Poussineau (hpoussin@reactos.org)
*/
#ifndef _FMIFS_PCH_
#define _FMIFS_PCH_
/* INCLUDES ******************************************************************/
#define WIN32_NO_STATUS
@ -43,4 +46,4 @@ PIFS_PROVIDER
GetProvider(
IN PWCHAR FileSytem);
/* EOF */
#endif /* _FMIFS_PCH_ */

View file

@ -1,3 +1,6 @@
#ifndef _HID_PCH_
#define _HID_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -18,4 +21,4 @@ typedef VOID
extern HINSTANCE hDllInstance;
extern const GUID HidClassGuid;
/* EOF */
#endif /* _HID_PCH_ */

View file

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _HLINK_PRIVATE_H
#define _HLINK_PRIVATE_H
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -82,3 +85,5 @@ static inline LPWSTR hlink_co_strdupW(LPCWSTR str)
return ret;
}
#endif /* _HLINK_PRIVATE_H */

View file

@ -16,7 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
#ifndef _HNETCFG_PRIVATE_H_
#define _HNETCFG_PRIVATE_H_
#include <wine/config.h>
#include <stdarg.h>
@ -53,3 +56,5 @@ HRESULT NetFwAuthorizedApplication_create(IUnknown *, LPVOID *) DECLSPEC_HIDDEN;
HRESULT NetFwAuthorizedApplications_create(IUnknown *, LPVOID *) DECLSPEC_HIDDEN;
HRESULT NetFwOpenPorts_create(IUnknown *, LPVOID *) DECLSPEC_HIDDEN;
HRESULT NetFwServices_create(IUnknown *, LPVOID *) DECLSPEC_HIDDEN;
#endif /* _HNETCFG_PRIVATE_H_ */

View file

@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _IEFRAME_H_
#define _IEFRAME_H_
#include <stdio.h>
#define WIN32_NO_STATUS
@ -400,3 +403,5 @@ static inline LPSTR co_strdupWtoA(LPCWSTR str)
WideCharToMultiByte(CP_ACP, 0, str, -1, ret, len, 0, 0);
return ret;
}
#endif /* _IEFRAME_H_ */

View file

@ -172,4 +172,4 @@ BOOL WINAPI
GetComputerNameExA(COMPUTER_NAME_FORMAT,LPSTR,LPDWORD);
#endif
#endif/*IPPRIVATE_H*/
#endif /* IPPRIVATE_H */

View file

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _WINE_JSCRIPT_H
#define _WINE_JSCRIPT_H
#include <wine/config.h>
#include <wine/port.h>
@ -555,3 +558,5 @@ static inline void unlock_module(void)
#include "engine.h"
#include "regexp.h"
#endif /* _WINE_JSCRIPT_H */

View file

@ -6,6 +6,9 @@
*
*/
#ifndef _LPK_H
#define _LPK_H
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -64,3 +67,5 @@ DWORD WINAPI LpkGetTextExtentExPoint(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x
DWORD WINAPI LpkPSMTextOut(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5,DWORD x6);
DWORD WINAPI LpkUseGDIWidthCache(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5);
DWORD WINAPI ftsWordBreak(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5);
#endif /* _LPK_H */

View file

@ -7,6 +7,9 @@
* PROGRAMMERS: Eric Kohl
*/
#ifndef _LSASRV_H
#define _LSASRV_H
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -411,4 +414,4 @@ LsapAppendRidToSid(
PSID SrcSid,
ULONG Rid);
/* EOF */
#endif /* _LSASRV_H */

View file

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _MMDEVAPI_H_
#define _MMDEVAPI_H_
#include <wine/config.h>
#include <wine/port.h>
@ -97,3 +100,5 @@ extern HRESULT AudioClient_Create(MMDevice *parent, IAudioClient **ppv) DECLSPEC
extern HRESULT AudioEndpointVolume_Create(MMDevice *parent, IAudioEndpointVolume **ppv) DECLSPEC_HIDDEN;
extern const WCHAR drv_keyW[] DECLSPEC_HIDDEN;
#endif /* _MMDEVAPI_H_ */

View file

@ -9,13 +9,14 @@
* UPDATE HISTORY:
* Mar 16, 2004: Created skeleton implementation
*/
#include "mmdrv.h"
#include "wave.h"
#include "mmdrv.h"
#define NDEBUG
#include <debug.h>
#include "wave.h"
APIENTRY DWORD auxMessage(UINT dwId,
UINT uMessage,
DWORD dwUser,

View file

@ -10,11 +10,12 @@
*/
#include "mmdrv.h"
#include "wave.h"
#define NDEBUG
#include <debug.h>
#include "wave.h"
// MIDI device instance information
//
#define LOCAL_DATA_SIZE 20

View file

@ -17,7 +17,6 @@
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <winioctl.h>
@ -337,4 +336,4 @@ PerformWaveIO(SessionInfo* session_info);
extern CRITICAL_SECTION critical_section;
#endif
#endif /* MMDRV_H */

View file

@ -137,4 +137,4 @@
#define IOCTL_SOUND_GET_CHANGED_VOLUME \
CTL_CODE(IOCTL_SOUND_BASE, IOCTL_AUX_BASE + 0x0004, METHOD_BUFFERED, FILE_READ_ACCESS)
#endif
#endif /* MMDRV_IOCTLS */

View file

@ -17,7 +17,6 @@
#define MAX_WAVE_BUFFER_SIZE 65536
MMRESULT
QueueWaveBuffer(
SessionInfo* session_info,

View file

@ -16,7 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
#ifndef _MSHTML_PRIVATE_H_
#define _MSHTML_PRIVATE_H_
#include <wine/config.h>
#include <assert.h>
#include <stdarg.h>
@ -52,10 +55,10 @@
#include <wininet.h>
#include <nsiface.h>
#include <wine/debug.h>
#include <wine/list.h>
#include <wine/unicode.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(mshtml);
#define NS_ERROR_GENERATE_FAILURE(module,code) \
@ -1204,3 +1207,5 @@ extern HINSTANCE hInst DECLSPEC_HIDDEN;
#include "htmlstyle.h"
#include "pluginhost.h"
#include "resource.h"
#endif /* _MSHTML_PRIVATE_H_ */

View file

@ -22,10 +22,10 @@
#ifndef __WINE_MSI_PRIVATE__
#define __WINE_MSI_PRIVATE__
#include <config.h>
#include <wine/config.h>
#include <stdarg.h>
#include <assert.h>
#include <stdarg.h>
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
@ -48,8 +48,8 @@
#include <sddl.h>
#include <msidefs.h>
#include <wine/list.h>
#include <wine/debug.h>
#include <wine/list.h>
#include <wine/unicode.h>
static const BOOL is_64bit = sizeof(void *) > sizeof(int);

View file

@ -1,3 +1,6 @@
#ifndef _MSPORTS_PCH_
#define _MSPORTS_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -17,3 +20,5 @@
#include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL(msports);
#endif /* _MSPORTS_PCH_ */

View file

@ -1,3 +1,6 @@
#ifndef _MSWSOCK_PCH_
#define _MSWSOCK_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -6,3 +9,5 @@
#include <windef.h>
#include <winbase.h>
#endif /* _MSWSOCK_PCH_ */

View file

@ -19,6 +19,7 @@
*/
#include "objsel_private.h"
#include <rpcproxy.h>
LONG dll_refs = 0;

View file

@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _OBJSEL_PRIVATE_H
#define _OBJSEL_PRIVATE_H
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -58,3 +61,5 @@ typedef struct
HRESULT WINAPI OBJSEL_IDsObjectPicker_Create(LPVOID *ppvObj) DECLSPEC_HIDDEN;
extern ClassFactoryImpl OBJSEL_ClassFactory DECLSPEC_HIDDEN;
#endif /* _OBJSEL_PRIVATE_H */

View file

@ -31,4 +31,4 @@ extern HRESULT WINAPI enumx_Clone(enumx_impl *, enumx_impl **) DECLSPEC_HIDDEN;
extern enumx_impl *enumx_allocate(REFIID, const void *, ULONG) DECLSPEC_HIDDEN;
extern void *enumx_add_element(enumx_impl *, const void *) DECLSPEC_HIDDEN;
#endif
#endif /* __OLE_ENUM_H__ */

View file

@ -27,6 +27,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
*/
#ifndef __STORAGE32_H__
#define __STORAGE32_H__

View file

@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _PROPSYS_PRIVATE_H_
#define _PROPSYS_PRIVATE_H_
#include <config.h>
#include <stdarg.h>
@ -40,3 +43,5 @@
WINE_DEFAULT_DEBUG_CHANNEL(propsys);
HRESULT PropertyStore_CreateInstance(IUnknown *outer, REFIID riid, void **ppv) DECLSPEC_HIDDEN;
#endif /* _PROPSYS_PRIVATE_H_ */

View file

@ -1,3 +1,6 @@
#ifndef _RASADHLP_H
#define _RASADHLP_H
#define _WIN32_WINNT 0x502
#define _CRT_SECURE_NO_DEPRECATE
#define WIN32_NO_STATUS
@ -91,3 +94,4 @@ AcsHlpAttemptConnection(
IN PAUTODIAL_ADDR ConnectionAddress
);
#endif /* _RASADHLP_H */

View file

@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _RICHED20_EDITOR_H
#define _RICHED20_EDITOR_H
#include <config.h>
#include <assert.h>
@ -375,3 +378,5 @@ LRESULT ME_StreamOut(ME_TextEditor *editor, DWORD dwFormat, EDITSTREAM *stream)
/* clipboard.c */
HRESULT ME_GetDataObject(ME_TextEditor *editor, const ME_Cursor *start, int nChars, LPDATAOBJECT *lplpdataobj) DECLSPEC_HIDDEN;
#endif /* _RICHED20_EDITOR_H */

View file

@ -1,3 +1,6 @@
#ifndef _SAMLIB_PCH_
#define _SAMLIB_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -6,3 +9,5 @@
#include <windef.h>
#include <winbase.h>
#endif /* _SAMLIB_PCH_ */

View file

@ -7,6 +7,9 @@
* PROGRAMMERS: Eric Kohl
*/
#ifndef _SAMSRV_PCH_
#define _SAMSRV_PCH_
#include <stdio.h>
#include <stdlib.h>
@ -430,3 +433,5 @@ NTSTATUS
WINAPI
SystemFunction007(PUNICODE_STRING string,
LPBYTE hash);
#endif /* _SAMSRV_PCH_ */

View file

@ -3,10 +3,11 @@
#include <stdarg.h>
#include <ntstatus.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <ntstatus.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <sspi.h>

View file

@ -6,6 +6,9 @@
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/
#ifndef _SECUR32_PCH_
#define _SECUR32_PCH_
#include <stdarg.h>
/* SDK/DDK/NDK Headers. */
@ -19,3 +22,5 @@
#include <secext.h>
#include <security.h>
#endif /* _SECUR32_PCH_ */

View file

@ -25,6 +25,7 @@
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include <windef.h>

View file

@ -24,11 +24,11 @@
#include <shlwapi.h>
#include <shlobj.h>
#include <wine/unicode.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(shell);
#include <wine/unicode.h>
#include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL(shell);
#endif /* _SHLWAPI_PCH_ */

View file

@ -1,5 +1,10 @@
#ifndef _SMDLL_PCH_
#define _SMDLL_PCH_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#endif /* _SMDLL_PCH_ */

View file

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _SPOOLSS_H_
#define _SPOOLSS_H_
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -46,3 +49,5 @@ static inline BOOL heap_free( void *mem )
{
return HeapFree( GetProcessHeap(), 0, mem );
}
#endif /* _SPOOLSS_H_ */

View file

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _SXS_PRIVATE_H_
#define _SXS_PRIVATE_H_
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -54,3 +57,5 @@ static inline WCHAR *strdupW( const WCHAR *src )
if (dst) strcpyW( dst, src );
return dst;
}
#endif /* _SXS_PRIVATE_H_ */

View file

@ -1,3 +1,6 @@
#ifndef _SYSSETUP_PCH_
#define _SYSSETUP_PCH_
#include <stdio.h>
#define WIN32_NO_STATUS
@ -17,3 +20,5 @@
#include "globals.h"
#include "resource.h"
#endif /* _SYSSETUP_PCH_ */

View file

@ -1,7 +1,7 @@
#ifndef _TAPI32_PCH_
#define _TAPI32_PCH_
#include <config.h>
#include <wine/config.h>
#include <stdarg.h>

View file

@ -20,7 +20,7 @@
#ifndef _TWAIN32_H
#define _TWAIN32_H
#include <config.h>
#include <wine/config.h>
#include <stdarg.h>
@ -67,4 +67,4 @@ extern TW_UINT16 TWAIN_OpenDSM
extern TW_UINT16 TWAIN_GetDSMStatus
(pTW_IDENTITY pOrigin, TW_MEMREF pData) DECLSPEC_HIDDEN;
#endif
#endif /* _TWAIN32_H */

View file

@ -1,3 +1,6 @@
#ifndef _USERENV_PCH_
#define _USERENV_PCH_
#include <stdio.h>
#define WIN32_NO_STATUS
@ -14,3 +17,5 @@
#include <userenv.h>
#include "internal.h"
#endif /* _USERENV_PCH_ */

View file

@ -19,6 +19,9 @@
*
*/
#ifndef _USP10_INTERNAL_H_
#define _USP10_INTERNAL_H_
#include <config.h>
#include <stdarg.h>
@ -268,3 +271,5 @@ INT OpenType_apply_GPOS_lookup(ScriptCache *psc, LPOUTLINETEXTMETRICW lpotm, LPL
HRESULT OpenType_GetFontScriptTags(ScriptCache *psc, OPENTYPE_TAG searchingFor, int cMaxTags, OPENTYPE_TAG *pScriptTags, int *pcTags) DECLSPEC_HIDDEN;
HRESULT OpenType_GetFontLanguageTags(ScriptCache *psc, OPENTYPE_TAG script_tag, OPENTYPE_TAG searchingFor, int cMaxTags, OPENTYPE_TAG *pLanguageTags, int *pcTags) DECLSPEC_HIDDEN;
HRESULT OpenType_GetFontFeatureTags(ScriptCache *psc, OPENTYPE_TAG script_tag, OPENTYPE_TAG language_tag, BOOL filtered, OPENTYPE_TAG searchingFor, char tableType, int cMaxTags, OPENTYPE_TAG *pFeatureTags, int *pcTags, LoadedFeature** feature) DECLSPEC_HIDDEN;
#endif /* _USP10_INTERNAL_H_ */

View file

@ -1,3 +1,6 @@
#ifndef _UXTHEME_PCH_
#define _UXTHEME_PCH_
#include <stdarg.h>
#define WIN32_NO_STATUS
@ -230,3 +233,5 @@ BOOL CALLBACK UXTHEME_broadcast_msg (HWND hWnd, LPARAM msg);
#define ALPHABLEND_BINARY 1
/* Full alpha blending */
#define ALPHABLEND_FULL 2
#endif /* _UXTHEME_PCH_ */

View file

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _VBSCRIPT_H
#define _VBSCRIPT_H
#include <assert.h>
#include <stdarg.h>
@ -418,3 +421,5 @@ static inline LPWSTR heap_strdupW(LPCWSTR str)
#include "parse.h"
#include "regexp.h"
#include "vbscript_defs.h"
#endif /* _VBSCRIPT_H */

View file

@ -16,7 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
#ifndef _WBEMDISP_PRIVATE_H_
#define _WBEMDISP_PRIVATE_H_
#include <wine/config.h>
#include <stdarg.h>
@ -46,3 +49,5 @@ static inline BOOL heap_free( void *mem )
{
return HeapFree( GetProcessHeap(), 0, mem );
}
#endif /* _WBEMDISP_PRIVATE_H_ */

View file

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _WBEMPROX_PRIVATE_H_
#define _WBEMPROX_PRIVATE_H_
#include <config.h>
#include <stdarg.h>
@ -331,3 +334,5 @@ static const WCHAR param_typesW[] = {'T','y','p','e','s',0};
static const WCHAR param_userW[] = {'U','s','e','r',0};
static const WCHAR param_valueW[] = {'s','V','a','l','u','e',0};
static const WCHAR param_valuenameW[] = {'s','V','a','l','u','e','N','a','m','e',0};
#endif /* _WBEMPROX_PRIVATE_H_ */

View file

@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _WINEMM_H_
#define _WINEMM_H_
#include <wine/config.h>
#include <assert.h>
@ -199,3 +202,5 @@ extern HANDLE psStopEvent;
"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Drivers"
INT LoadRegistryMMEDrivers(char* key);
#endif /* _WINEMM_H_ */

View file

@ -6,6 +6,7 @@
* NOTES: This file contains exported functions relevant to
* userinit, winlogon, lsass and friends in vista.
*/
#include "winsta.h"
VOID

View file

@ -23,6 +23,7 @@
* PROGRAMMER: Emanuele Aliberti <ea@reactos.com>
* Samuel Serapi?n
*/
#include "winsta.h"
HINSTANCE hDllInstance;

View file

@ -6,6 +6,7 @@
* NOTES: Misc functions.
*
*/
#include "winsta.h"
VOID

View file

@ -5,6 +5,7 @@
* PROGRAMMER: Samuel Serapi?n
* NOTE: Not needed, just here for the show.
*/
#include "winsta.h"
VOID

View file

@ -5,6 +5,7 @@
* PROGRAMMER: Samuel Serapi?n
*
*/
#include "winsta.h"
VOID

View file

@ -22,7 +22,10 @@
* native headers.
*/
#include <config.h>
#ifndef _WINLDAP_PRIVATE_H_
#define _WINLDAP_PRIVATE_H_
#include <wine/config.h>
#include <stdarg.h>
@ -477,3 +480,5 @@ ULONG CDECL LdapGetLastError(void);
ULONG CDECL LdapMapErrorToWin32(ULONG);
int CDECL LdapUnicodeToUTF8(LPCWSTR,int,LPSTR,int);
int CDECL LdapUTF8ToUnicode(LPCSTR,int,LPWSTR,int);
#endif /* _WINLDAP_PRIVATE_H_ */

View file

@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#pragma once
extern HINSTANCE hwldap32 DECLSPEC_HIDDEN;
ULONG map_error( int ) DECLSPEC_HIDDEN;

View file

@ -5,6 +5,9 @@
* PURPOSE: WinSock 2.2 Main Header
*/
#ifndef _WS2_32_NEW_PCH_
#define _WS2_32_NEW_PCH_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
@ -37,3 +40,5 @@
/* Internal headers */
#include "ws2_32p.h"
#endif /* _WS2_32_NEW_PCH_ */

View file

@ -16,7 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
#ifndef _WUAPI_PRIVATE_H_
#define _WUAPI_PRIVATE_H_
#include <wine/config.h>
#include <stdarg.h>
@ -39,3 +42,5 @@ extern HRESULT UpdateSearcher_create( IUnknown *pUnkOuter, LPVOID *ppObj ) DECLS
extern HRESULT UpdateDownloader_create( IUnknown *pUnkOuter, LPVOID *ppObj ) DECLSPEC_HIDDEN;
extern HRESULT UpdateInstaller_create( IUnknown *pUnkOuter, LPVOID *ppObj ) DECLSPEC_HIDDEN;
extern HRESULT SystemInformation_create(IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN;
#endif /* _WUAPI_PRIVATE_H_ */