mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[RAPPS]
* Use rapps.h as a PCH. svn path=/trunk/; revision=52907
This commit is contained in:
parent
0264f3cffa
commit
fd5f6e54bc
3 changed files with 2 additions and 8 deletions
|
@ -26,6 +26,7 @@ include_directories(
|
|||
set_rc_compiler()
|
||||
|
||||
add_executable(rapps ${SOURCE})
|
||||
add_pch(rapps rapps.h)
|
||||
set_module_type(rapps win32gui)
|
||||
target_link_libraries(rapps uuid)
|
||||
|
||||
|
|
|
@ -29,12 +29,6 @@
|
|||
#define WIN32_NO_STATUS
|
||||
|
||||
#include "rapps.h"
|
||||
#include "resource.h"
|
||||
|
||||
#include <commctrl.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
#include <urlmon.h>
|
||||
|
||||
static PAPPLICATION_INFO AppInfo;
|
||||
static HICON hIcon = NULL;
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <richedit.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <wchar.h>
|
||||
#include <urlmon.h>
|
||||
|
||||
#include <rappsmsg.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue