Changeset 9617 for trunk/src/kernel32/oslibdebug.h
- Timestamp:
- Jan 5, 2003, 1:31:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdebug.h
r8504 r9617 1 /* $Id: oslibdebug.h,v 1. 2 2002-05-28 09:53:34sandervl Exp $ */1 /* $Id: oslibdebug.h,v 1.3 2003-01-05 12:31:23 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define __OSLIBDEBUG_H__ 14 14 15 #ifdef __cplusplus 16 extern "C" { 17 #endif 18 15 19 #ifndef PAGE_SIZE 16 20 #define PAGE_SIZE 4096 … … 23 27 VOID OSLibDebugReadMemory(LPCVOID lpBaseAddress,LPVOID lpBuffer, DWORD cbRead, LPDWORD lpNumberOfBytesRead); 24 28 BOOL OSLibAddWin32Event(LPDEBUG_EVENT lpde); 29 30 #ifdef __cplusplus 31 } 32 #endif 33 25 34 #endif //__OSLIBDEBUG_H__
Note:
See TracChangeset
for help on using the changeset viewer.