* We don't need PCH for one source file modules.
CORE-7716

svn path=/trunk/; revision=61733
This commit is contained in:
Amine Khaldi 2014-01-20 13:12:05 +00:00
parent 39502106c6
commit ff191296fd
3 changed files with 16 additions and 18 deletions

View file

@ -20,5 +20,4 @@ add_importlibs(slayer
kernel32
ntdll)
add_pch(slayer precomp.h)
add_cd_file(TARGET slayer DESTINATION reactos/system32 FOR all)

View file

@ -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 */

View file

@ -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;