mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[PSAPI]
* This module doesn't need a PCH (one source file). CORE-7716 svn path=/trunk/; revision=61342
This commit is contained in:
@@ -12,5 +12,4 @@ set_module_type(psapi win32dll)
|
||||
target_link_libraries(psapi ${PSEH_LIB})
|
||||
add_importlibs(psapi msvcrt kernel32 ntdll)
|
||||
|
||||
add_pch(psapi precomp.h)
|
||||
add_cd_file(TARGET psapi DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winnls.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#include <psapi.h>
|
||||
|
||||
#include <pseh/pseh2.h>
|
||||
@@ -11,7 +11,21 @@
|
||||
* 10/06/2002: Created
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winnls.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#include <psapi.h>
|
||||
|
||||
#include <pseh/pseh2.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
Reference in New Issue
Block a user