mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[KERNEL32]
Rename pspec to spec, fix a comment, remove a #define and use it instead of the def file svn path=/branches/cmake-bringup/; revision=49378
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
spec2def(kernel32.dll kernel32.spec)
|
||||
|
||||
add_definitions(-D_KERNEL32_)
|
||||
|
||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
@@ -94,7 +96,7 @@ list(APPEND SOURCE
|
||||
thread/tls.c
|
||||
kernel32.rc
|
||||
kernel32_stubs.c
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/kernel32.def)
|
||||
${CMAKE_CURRENT_BINARY_DIR}/kernel32.def)
|
||||
|
||||
if(ARCH MATCHES i386)
|
||||
list(APPEND SOURCE
|
||||
@@ -118,3 +120,4 @@ add_importlibs(kernel32 ntdll)
|
||||
add_pch(kernel32 ${CMAKE_CURRENT_SOURCE_DIR}/k32.h ${SOURCE})
|
||||
add_dependencies(kernel32 errcodes)
|
||||
add_cab_target(kernel32 1)
|
||||
add_importlib_target(kernel32)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,3 @@
|
||||
#undef i386
|
||||
|
||||
@ stdcall AcquireSRWLockExclusive(ptr) ntdll.RtlAcquireSRWLockExclusive
|
||||
@ stdcall AcquireSRWLockShared(ptr) ntdll.RtlAcquireSRWLockShared
|
||||
@ stdcall ActivateActCtx(ptr ptr)
|
||||
@@ -613,7 +611,7 @@
|
||||
@ stdcall GetPrivateProfileStructW(wstr wstr ptr long wstr)
|
||||
@ stdcall GetProcAddress(long str)
|
||||
@ stdcall GetProcessAffinityMask(long ptr ptr)
|
||||
//@ stdcall GetProcessFlags(long)
|
||||
;@ stdcall GetProcessFlags(long)
|
||||
;@ stdcall GetProcessDEPPolicy ; Win 7
|
||||
;@ stdcall GetProcessGroupAffinity ; Win 7
|
||||
@ stdcall GetProcessHandleCount(long ptr)
|
||||
Reference in New Issue
Block a user