Changeset 21916 for trunk/include/odinwrap.h
- 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/include/odinwrap.h
r7357 r21916 37 37 38 38 #ifdef DEBUG 39 # define ODINDEBUGCHANNEL(a) static c har* pszOdinDebugChannel=#a;40 # define ODINDEBUGCHANNEL1(a) static c har* pszOdinDebugChannel1=#a;39 # define ODINDEBUGCHANNEL(a) static const char *pszOdinDebugChannel = #a; 40 # define ODINDEBUGCHANNEL1(a) static const char *pszOdinDebugChannel1 = #a; 41 41 #else 42 42 # define ODINDEBUGCHANNEL(a) … … 61 61 #include <odin.h> 62 62 63 #ifdef __cplusplus 64 extern "C" { 65 #endif 66 63 67 // --------------------------------------------------------------------------- 64 68 #ifdef __WATCOMC__ … … 71 75 extern void WIN32API dbg_IncThreadCallDepth(void); // kernel32 72 76 extern void WIN32API dbg_DecThreadCallDepth(void); // kernel32 73 extern void WIN32API dbg_ThreadPushCall(c har *pszCaller);77 extern void WIN32API dbg_ThreadPushCall(const char *pszCaller); 74 78 extern void WIN32API dbg_ThreadPopCall(); 75 79 extern char* WIN32API dbg_GetLastCallerName(); 76 80 77 81 #ifdef __cplusplus 82 } // extern "C" 83 #endif 78 84 79 85 // --------------------------------------------------------------------------- … … 1345 1351 #define ODINPROCEDURE14(cName,t1,a1,t2,a2,t3,a3,t4,a4,t5,a5,t6,a6,t7,a7,t8,a8,t9,a9,t10,a10,t11,a11,t12,a12,t13,a13,t14,a14) \ 1346 1352 void WINAPI cName(t1 a1,t2 a2,t3 a3,t4 a4,t5 a5,t6 a6,t7 a7,t8 a8,t9 a9,t10 a10,t11 a11,t12 a12,t13 a13,t14 a14) \ 1347 1353 1348 1354 #define ODINFUNCTIONNODBG0 ODINFUNCTION0 1349 1355 #define ODINFUNCTIONNODBG1 ODINFUNCTION1
Note:
See TracChangeset
for help on using the changeset viewer.