Changeset 21916 for trunk/src/kernel32/HandleManager.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/kernel32/HandleManager.cpp
r21374 r21916 70 70 71 71 #include <vmutex.h> 72 #include <win \thread.h>72 #include <win/thread.h> 73 73 74 74 #include <odinapi.h> … … 170 170 RasRemoveObject(rthHandles, a); \ 171 171 } while (0) 172 173 extern "C" { 172 174 173 175 /***************************************************************************** … … 454 456 *****************************************************************************/ 455 457 456 static ULONG INLINE_HMHandleQuery(HANDLE hHandle)458 INLINE ULONG _HMHandleQuery(HANDLE hHandle) 457 459 { 458 460 if (hHandle >= MAX_OS2_HMHANDLES) /* check the table range */ … … 533 535 *****************************************************************************/ 534 536 535 DWORD HMDeviceRegisterEx(LP STRpszDeviceName,537 DWORD HMDeviceRegisterEx(LPCSTR pszDeviceName, 536 538 HMDeviceHandler *pDeviceHandler, 537 539 VOID *pDevData) … … 564 566 } 565 567 566 DWORD HMDeviceRegister(LP STRpszDeviceName,568 DWORD HMDeviceRegister(LPCSTR pszDeviceName, 567 569 HMDeviceHandler *pDeviceHandler) 568 570 { … … 2133 2135 * GetFileSizeEx (KERNEL32.@) 2134 2136 */ 2135 #define INVALID_FILE_SIZE ((DWORD)~0UL)2136 2137 BOOL WINAPI GetFileSizeEx( HANDLE hFile, PLARGE_INTEGER lpFileSize ) 2137 2138 { … … 3624 3625 } 3625 3626 3627 } // extern "C" 3628
Note:
See TracChangeset
for help on using the changeset viewer.