* Add header guards to the main headers.
CORE-7716
svn path=/trunk/; revision=61993
+#ifndef _ACCESS_H
+#define _ACCESS_H
+
#include <stdarg.h>
#define WIN32_NO_STATUS
INT_PTR CALLBACK MousePageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK SoundPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
-/* EOF */
+#endif /* _ACCESS_H */
+#ifndef _APPWIZ_H
+#define _APPWIZ_H
+
#include <config.h>
#include <wine/port.h>
return ret;
}
-/* EOF */
+#endif /* _APPWIZ_H */
#ifndef CONSOLE_H__
#define CONSOLE_H__
-#define WIN32_NO_STATUS
#include <limits.h> // just for UINT_MAX in layout.c
#include <tchar.h>
+#define WIN32_NO_STATUS
+
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
+#ifndef _DESK_H
+#define _DESK_H
+
#include <stdarg.h>
#define WIN32_NO_STATUS
IN DWORD Flags,
IN LPCWSTR pszDirectory OPTIONAL);
+#endif /* _DESK_H */
+#ifndef _INPUT_H
+#define _INPUT_H
+
#include <stdarg.h>
#define WIN32_NO_STATUS
void ShowLastWin32Error(HWND hWndOwner);
-/* EOF */
+#endif /* _INPUT_H */
+#ifndef _INTL_H
+#define _INTL_H
+
#include <stdarg.h>
#define WIN32_NO_STATUS
/* kblayouts.c */
VOID AddNewKbLayoutsByLcid(LCID Lcid);
-/* EOF */
+#endif /* _INTL_H */
+#ifndef _MAIN_H
+#define _MAIN_H
+
#include <stdarg.h>
#define WIN32_NO_STATUS
LONG APIENTRY
MouseApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam);
-/* EOF */
+#endif /* _MAIN_H */
+#ifndef _MMSYS_H
+#define _MMSYS_H
+
#include <stdarg.h>
#define WIN32_NO_STATUS
WPARAM wParam,
LPARAM lParam);
-/* EOF */
+#endif /* _MMSYS_H */
+#ifndef _POWERCFG_H
+#define _POWERCFG_H
+
#include <stdarg.h>
#define _INC_WINDOWS
INT_PTR CALLBACK AdvancedDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK HibernateDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
-/* EOF */
+#endif /* _POWERCFG_H */
+#ifndef _TIMEDATE_H
+#define _TIMEDATE_H
+
#include <stdarg.h>
#define _INC_WINDOWS
BOOL RegisterMonthCalControl(IN HINSTANCE hInstance);
VOID UnregisterMonthCalControl(IN HINSTANCE hInstance);
-/* EOF */
+#endif /* _TIMEDATE_H */
#include "usrmgr.h"
-
VOID
DebugPrintf(LPTSTR szFormat, ...)
{
#include "usrmgr.h"
-
typedef struct _USER_DATA
{
HMENU hPopupMenu;
-#define WIN32_NO_STATUS
+#ifndef _USRMGR_H
+#define _USRMGR_H
+
#include <stdarg.h>
+
+#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
/* userprops.c */
BOOL
UserProperties(HWND hwndDlg);
+
+#endif /* _USRMGR_H */
+#ifndef _WINED3DCFG_PCH_
+#define _WINED3DCFG_PCH_
+
#include <stdarg.h>
#define WIN32_NO_STATUS
#define KEY_LOCKING L"RenderTargetLockMode"
INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
+
+#endif /* _WINED3DCFG_PCH_ */