Changeset 7002 for trunk/include/odinwrap.h
- Timestamp:
- Oct 11, 2001, 12:12:28 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odinwrap.h
r6997 r7002 81 81 #ifdef PROFILE 82 82 83 #define FNINIT \ 84 LARGE_INTEGER liStart; \ 85 LARGE_INTEGER liEnd; \ 86 unsigned long ulElapsed; \ 87 unsigned short sel; 88 83 89 # define PROFILE_START(a) \ 84 LARGE_INTEGER liStart; \85 LARGE_INTEGER liEnd; \86 unsigned long ulElapsed; \87 90 QueryPerformanceCounter(&liStart); 88 91 … … 104 107 #endif 105 108 109 #ifndef FNINIT 106 110 #define FNINIT \ 107 111 unsigned short sel; 112 #endif 108 113 109 114 #define FNPROLOGUE(a) \
Note:
See TracChangeset
for help on using the changeset viewer.