mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MAIN]
* Use main.h as a PCH. svn path=/trunk/; revision=52957
This commit is contained in:
@@ -24,4 +24,5 @@ add_importlibs(main
|
||||
gdi32
|
||||
kernel32)
|
||||
|
||||
add_pch(main main.h)
|
||||
add_cd_file(TARGET main DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -24,16 +24,7 @@
|
||||
* PROGRAMMER: Eric Kohl
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <devguid.h>
|
||||
#include <commctrl.h>
|
||||
#include <prsht.h>
|
||||
#include <shlobj.h>
|
||||
#include <cpl.h>
|
||||
#include <regstr.h>
|
||||
|
||||
#include "main.h"
|
||||
#include "resource.h"
|
||||
|
||||
#define ID_BLINK_TIMER 345
|
||||
|
||||
|
||||
@@ -25,16 +25,8 @@
|
||||
* UPDATE HISTORY:
|
||||
* 05-01-2004 Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <initguid.h>
|
||||
#include <devguid.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include <cplext.h>
|
||||
|
||||
#include "main.h"
|
||||
#include "resource.h"
|
||||
|
||||
|
||||
#define NUM_APPLETS (2)
|
||||
|
||||
|
||||
@@ -1,4 +1,19 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <initguid.h>
|
||||
#include <cplext.h>
|
||||
#include <winuser.h>
|
||||
#include <tchar.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <devguid.h>
|
||||
#include <commctrl.h>
|
||||
#include <prsht.h>
|
||||
#include <shlobj.h>
|
||||
#include <cpl.h>
|
||||
#include <regstr.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
@@ -14,4 +14,5 @@
|
||||
<file>main.c</file>
|
||||
<file>mouse.c</file>
|
||||
<file>main.rc</file>
|
||||
<pch>main.h</pch>
|
||||
</module>
|
||||
|
||||
@@ -28,22 +28,7 @@
|
||||
//TODO:
|
||||
// add missing icons
|
||||
|
||||
#include <windows.h>
|
||||
#include <winuser.h>
|
||||
#include <devguid.h>
|
||||
#include <commctrl.h>
|
||||
#include <cpl.h>
|
||||
#include <tchar.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
#include <shlobj.h>
|
||||
#include <cplext.h>
|
||||
#include <regstr.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "main.h"
|
||||
#include "resource.h"
|
||||
|
||||
#define DEFAULT_DOUBLE_CLICK_SPEED 500
|
||||
#define DEFAULT_CLICK_LOCK_TIME 2200
|
||||
|
||||
Reference in New Issue
Block a user