mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +00:00
[SLAYER]
* We don't need PCH for one source file modules. CORE-7716 svn path=/trunk/; revision=61733
This commit is contained in:
parent
39502106c6
commit
ff191296fd
3 changed files with 16 additions and 18 deletions
|
@ -20,5 +20,4 @@ add_importlibs(slayer
|
|||
kernel32
|
||||
ntdll)
|
||||
|
||||
add_pch(slayer precomp.h)
|
||||
add_cd_file(TARGET slayer DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <wincon.h>
|
||||
#include <shellapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <tchar.h>
|
||||
|
||||
#include "resource.h"
|
||||
#include "slayer.h"
|
||||
|
||||
/* EOF */
|
|
@ -24,7 +24,22 @@
|
|||
* UPDATE HISTORY:
|
||||
* 09/25/2004 Created
|
||||
*/
|
||||
#include "precomp.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <shellapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <tchar.h>
|
||||
|
||||
#include "resource.h"
|
||||
#include "slayer.h"
|
||||
|
||||
HINSTANCE hInstance = NULL;
|
||||
static LONG dllrefs = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue