mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[SFC_OS]
* We don't need a PCH (one source file). svn path=/trunk/; revision=61350
This commit is contained in:
parent
8d8e790f2c
commit
4bfbf60827
3 changed files with 10 additions and 13 deletions
|
@ -11,5 +11,4 @@ add_library(sfc_os SHARED ${SOURCE})
|
|||
set_module_type(sfc_os win32dll)
|
||||
add_importlibs(sfc_os msvcrt kernel32 ntdll)
|
||||
|
||||
add_pch(sfc_os precomp.h)
|
||||
add_cd_file(TARGET sfc_os DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#ifndef _PRECOMP_H__
|
||||
#define _PRECOMP_H__
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
|
||||
#endif
|
|
@ -18,7 +18,15 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
HINSTANCE hLibModule;
|
||||
|
@ -162,4 +170,4 @@ DWORD WINAPI SfcFileException(DWORD dwUnknown0, PWCHAR pwszFile, DWORD dwUnknown
|
|||
UNIMPLEMENTED;
|
||||
/* Always return success */
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue