Changeset 12 for trunk/kProfiler2/kPrf2WinApiWrappers.c
- Timestamp:
- Apr 20, 2008, 11:26:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kProfiler2/kPrf2WinApiWrappers.c
r11 r12 32 32 #include <Windows.h> 33 33 #include <TLHelp32.h> 34 #include <k/kDefs.h> 34 35 35 36 #if K_ARCH == K_ARCH_X86_32 37 typedef PVOID PRUNTIME_FUNCTION; 38 typedef FARPROC PGET_RUNTIME_FUNCTION_CALLBACK; 39 #endif 36 40 37 41 /******************************************************************************* … … 45 49 typedef KPRF2WRAPDLL *PKPRF2WRAPDLL; 46 50 typedef KPRF2WRAPDLL const *PCKPRF2WRAPDLL; 51 47 52 48 53 /* TODO (amd64):
Note:
See TracChangeset
for help on using the changeset viewer.