mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:56:56 +00:00
[DESK]
* Use desk.h as a PCH. svn path=/trunk/; revision=52954
This commit is contained in:
parent
d3506f9de1
commit
c3943a55e8
13 changed files with 11 additions and 24 deletions
|
@ -45,4 +45,5 @@ add_importlibs(desk
|
|||
kernel32
|
||||
ntdll)
|
||||
|
||||
add_pch(desk desk.h)
|
||||
add_cd_file(TARGET desk DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
*/
|
||||
|
||||
#include "desk.h"
|
||||
#include "theme.h"
|
||||
#include "appearance.h"
|
||||
#include "preview.h"
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
|
@ -9,9 +9,6 @@
|
|||
*/
|
||||
|
||||
#include "desk.h"
|
||||
#include "theme.h"
|
||||
#include "preview.h"
|
||||
#include "appearance.h"
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
*/
|
||||
|
||||
#include "desk.h"
|
||||
#include "preview.h"
|
||||
|
||||
#define NUM_APPLETS (1)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -33,4 +33,5 @@
|
|||
<file>desk.rc</file>
|
||||
<file>draw.c</file>
|
||||
<file>theme.c</file>
|
||||
<pch>desk.h</pch>
|
||||
</module>
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
#include "desk.h"
|
||||
|
||||
#include <cfgmgr32.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
*/
|
||||
|
||||
#include "desk.h"
|
||||
#include "theme.h"
|
||||
#include "draw.h"
|
||||
|
||||
#define MENU_BAR_ITEMS_SPACE (12)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
*/
|
||||
|
||||
#include "desk.h"
|
||||
#include "theme.h"
|
||||
#include "preview.h"
|
||||
#include "draw.h"
|
||||
|
||||
static const TCHAR szPreviewWndClass[] = TEXT("PreviewWndClass");
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
*/
|
||||
|
||||
#include "desk.h"
|
||||
#include "monslctl.h"
|
||||
|
||||
typedef struct _DATA
|
||||
{
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
*/
|
||||
|
||||
#include "desk.h"
|
||||
#include "theme.h"
|
||||
|
||||
static BOOL g_PresetLoaded = FALSE;
|
||||
static INT g_TemplateCount = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue