mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[ACCESS]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61618
This commit is contained in:
parent
60cc4a848b
commit
1e1ab00ded
7 changed files with 5 additions and 8 deletions
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "access.h"
|
||||
|
||||
#include <cpl.h>
|
||||
|
||||
#define NUM_APPLETS (1)
|
||||
|
||||
LONG CALLBACK SystemApplet(VOID);
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
|
||||
#include "access.h"
|
||||
|
||||
#include <wingdi.h>
|
||||
|
||||
#define ID_BLINK_TIMER 346
|
||||
|
||||
|
||||
static VOID
|
||||
FillColorSchemeComboBox(HWND hwnd)
|
||||
{
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "access.h"
|
||||
|
||||
|
||||
#define BAUDTICKS 6
|
||||
static UINT nBaudArray[BAUDTICKS] = {300, 1200, 2400, 4800, 9600, 19200};
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "access.h"
|
||||
|
||||
|
||||
#define BOUNCETICKS 5
|
||||
static UINT nBounceArray[BOUNCETICKS] = {500, 700, 1000, 1500, 2000};
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "access.h"
|
||||
|
||||
|
||||
#define SPEEDTICKS 9
|
||||
#define ACCELTICKS 9
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "access.h"
|
||||
|
||||
|
||||
static VOID
|
||||
OnInitDialog(HWND hwndDlg, PGLOBAL_DATA pGlobalData)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue