mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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 <math.h>
|
||||
|
||||
typedef struct _CLOCKDATA
|
||||
{
|
||||
HBRUSH hGreyBrush;
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "timedate.h"
|
||||
|
||||
#include <windowsx.h>
|
||||
|
||||
static const WCHAR szMonthCalWndClass[] = L"MonthCalWnd";
|
||||
|
||||
#define MONTHCAL_HEADERBG COLOR_INACTIVECAPTION
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "timedate.h"
|
||||
|
||||
#include <winsock2.h>
|
||||
|
||||
#define TIMEOUT 4000 /* 4 second timeout */
|
||||
|
||||
typedef struct _INFO
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue