* 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

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)

View file

@ -10,9 +10,6 @@
*/
#include "desk.h"
#include "theme.h"
#include "appearance.h"
#include "preview.h"
/******************************************************************************/

View file

@ -9,9 +9,6 @@
*/
#include "desk.h"
#include "theme.h"
#include "preview.h"
#include "appearance.h"
/******************************************************************************/

View file

@ -9,7 +9,6 @@
*/
#include "desk.h"
#include "preview.h"
#define NUM_APPLETS (1)

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"

View file

@ -33,4 +33,5 @@
<file>desk.rc</file>
<file>draw.c</file>
<file>theme.c</file>
<pch>desk.h</pch>
</module>

View file

@ -7,8 +7,6 @@
#include "desk.h"
#include <cfgmgr32.h>
#define NDEBUG
#include <debug.h>

View file

@ -8,8 +8,6 @@
*/
#include "desk.h"
#include "theme.h"
#include "draw.h"
#define MENU_BAR_ITEMS_SPACE (12)

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

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");

View file

@ -7,9 +7,6 @@
*/
#include "desk.h"
#include "theme.h"
#include "preview.h"
#include "draw.h"
static const TCHAR szPreviewWndClass[] = TEXT("PreviewWndClass");

View file

@ -9,7 +9,6 @@
*/
#include "desk.h"
#include "monslctl.h"
typedef struct _DATA
{

View file

@ -8,7 +8,6 @@
*/
#include "desk.h"
#include "theme.h"
static BOOL g_PresetLoaded = FALSE;
static INT g_TemplateCount = 0;