mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[TIMEDATE]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61700
This commit is contained in:
parent
26fd3314b8
commit
31cf856db3
4 changed files with 11 additions and 5 deletions
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
#include "timedate.h"
|
#include "timedate.h"
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
typedef struct _CLOCKDATA
|
typedef struct _CLOCKDATA
|
||||||
{
|
{
|
||||||
HBRUSH hGreyBrush;
|
HBRUSH hGreyBrush;
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
#include "timedate.h"
|
#include "timedate.h"
|
||||||
|
|
||||||
|
#include <windowsx.h>
|
||||||
|
|
||||||
static const WCHAR szMonthCalWndClass[] = L"MonthCalWnd";
|
static const WCHAR szMonthCalWndClass[] = L"MonthCalWnd";
|
||||||
|
|
||||||
#define MONTHCAL_HEADERBG COLOR_INACTIVECAPTION
|
#define MONTHCAL_HEADERBG COLOR_INACTIVECAPTION
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
#include "timedate.h"
|
#include "timedate.h"
|
||||||
|
|
||||||
|
#include <winsock2.h>
|
||||||
|
|
||||||
#define TIMEOUT 4000 /* 4 second timeout */
|
#define TIMEOUT 4000 /* 4 second timeout */
|
||||||
|
|
||||||
typedef struct _INFO
|
typedef struct _INFO
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
#define _INC_WINDOWS
|
||||||
|
#define COM_NO_WINDOWS_H
|
||||||
|
#define WIN32_NO_STATUS
|
||||||
|
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
#include <winnls.h>
|
#include <winnls.h>
|
||||||
#include <winreg.h>
|
#include <winreg.h>
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include <windowsx.h>
|
|
||||||
#define _INC_WINDOWS
|
|
||||||
#include <winsock2.h>
|
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <math.h>
|
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
#include <cpl.h>
|
#include <cpl.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue