Changeset 11916 in vbox
- Timestamp:
- Sep 1, 2008 12:54:21 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35786
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r11900 r11916 997 997 r0drv/nt/alloc-r0drv-nt.cpp \ 998 998 r0drv/nt/assert-r0drv-nt.cpp \ 999 r0drv/nt/assertA-r0drv-nt.asm \1000 999 r0drv/nt/initterm-r0drv-nt.cpp \ 1001 1000 r0drv/nt/memobj-r0drv-nt.cpp \ -
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.