mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:43:30 +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:
parent
06c2684e83
commit
d636a700ee
3 changed files with 15 additions and 16 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue