* Use desk.h as a PCH.

svn path=/trunk/; revision=52954
This commit is contained in:
Amine Khaldi
2011-07-28 14:51:51 +00:00
parent d3506f9de1
commit c3943a55e8
13 changed files with 11 additions and 24 deletions
+1
View File
@@ -45,4 +45,5 @@ add_importlibs(desk
kernel32
ntdll)
add_pch(desk desk.h)
add_cd_file(TARGET desk DESTINATION reactos/system32 FOR all)
-3
View File
@@ -10,9 +10,6 @@
*/
#include "desk.h"
#include "theme.h"
#include "appearance.h"
#include "preview.h"
/******************************************************************************/
-3
View File
@@ -9,9 +9,6 @@
*/
#include "desk.h"
#include "theme.h"
#include "preview.h"
#include "appearance.h"
/******************************************************************************/
-1
View File
@@ -9,7 +9,6 @@
*/
#include "desk.h"
#include "preview.h"
#define NUM_APPLETS (1)
+7 -2
View File
@@ -1,5 +1,3 @@
#pragma once
#define COBJMACROS
#include <windows.h>
#include <commctrl.h>
@@ -12,6 +10,13 @@
#include <regstr.h>
#include <cplext.h>
#include <dll/desk/deskcplx.h>
#include <cfgmgr32.h>
#include "theme.h"
#include "appearance.h"
#include "preview.h"
#include "draw.h"
#include "monslctl.h"
#include "resource.h"
+1
View File
@@ -33,4 +33,5 @@
<file>desk.rc</file>
<file>draw.c</file>
<file>theme.c</file>
<pch>desk.h</pch>
</module>
-2
View File
@@ -7,8 +7,6 @@
#include "desk.h"
#include <cfgmgr32.h>
#define NDEBUG
#include <debug.h>
-2
View File
@@ -8,8 +8,6 @@
*/
#include "desk.h"
#include "theme.h"
#include "draw.h"
#define MENU_BAR_ITEMS_SPACE (12)
-2
View File
@@ -9,8 +9,6 @@
*/
#include "desk.h"
#include "theme.h"
#include "appearance.h"
/* Update all the controls with the current values for the selected screen element */
static VOID
+2 -4
View File
@@ -1,7 +1,5 @@
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include "monslctl.h"
#include "desk.h"
static const TCHAR szMonitorSelWndClass[] = TEXT("MONITORSELWNDCLASS");
-3
View File
@@ -7,9 +7,6 @@
*/
#include "desk.h"
#include "theme.h"
#include "preview.h"
#include "draw.h"
static const TCHAR szPreviewWndClass[] = TEXT("PreviewWndClass");
-1
View File
@@ -9,7 +9,6 @@
*/
#include "desk.h"
#include "monslctl.h"
typedef struct _DATA
{
-1
View File
@@ -8,7 +8,6 @@
*/
#include "desk.h"
#include "theme.h"
static BOOL g_PresetLoaded = FALSE;
static INT g_TemplateCount = 0;