Changeset 11916 in vbox for trunk/src/VBox/Runtime/r0drv/nt
- Timestamp:
- Sep 1, 2008 12:54:21 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35786
- Location:
- trunk/src/VBox/Runtime/r0drv/nt
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp
r11900 r11916 45 45 /** The last assert message, 1st part. */ 46 46 RTDATADECL(char) g_szRTAssertMsg1[1024]; 47 #if 0 /* later. */48 47 /** The last assert message, 2nd part. */ 49 48 RTDATADECL(char) g_szRTAssertMsg2[2048]; 50 #endif51 49 52 50 … … 73 71 74 72 75 #if 0 /* later (just drop assertA-r0drv-nt.asm) */76 73 RTDECL(void) AssertMsg2(const char *pszFormat, ...) 77 74 { … … 95 92 va_end(va); 96 93 } 97 #endif98 94
Note:
See TracChangeset
for help on using the changeset viewer.