[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:
Amine Khaldi 2014-01-19 10:40:50 +00:00
parent 26fd3314b8
commit 31cf856db3
4 changed files with 11 additions and 5 deletions

View file

@ -11,6 +11,8 @@
#include "timedate.h"
#include <math.h>
typedef struct _CLOCKDATA
{
HBRUSH hGreyBrush;

View file

@ -9,6 +9,8 @@
#include "timedate.h"
#include <windowsx.h>
static const WCHAR szMonthCalWndClass[] = L"MonthCalWnd";
#define MONTHCAL_HEADERBG COLOR_INACTIVECAPTION

View file

@ -9,6 +9,8 @@
#include "timedate.h"
#include <winsock2.h>
#define TIMEOUT 4000 /* 4 second timeout */
typedef struct _INFO

View file

@ -1,16 +1,16 @@
#define WIN32_NO_STATUS
#include <stdarg.h>
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <windowsx.h>
#define _INC_WINDOWS
#include <winsock2.h>
#include <wchar.h>
#include <math.h>
#include <commctrl.h>
#include <cpl.h>