VirtualBox

Changeset 11916 in vbox


Ignore:
Timestamp:
Sep 1, 2008 12:54:21 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35786
Message:

assert-r0drv-nt: just do the same as everyone else.

Location:
trunk/src/VBox/Runtime
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r11900 r11916  
    997997        r0drv/nt/alloc-r0drv-nt.cpp \
    998998        r0drv/nt/assert-r0drv-nt.cpp \
    999         r0drv/nt/assertA-r0drv-nt.asm \
    1000999        r0drv/nt/initterm-r0drv-nt.cpp \
    10011000        r0drv/nt/memobj-r0drv-nt.cpp \
  • trunk/src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp

    r11900 r11916  
    4545/** The last assert message, 1st part. */
    4646RTDATADECL(char) g_szRTAssertMsg1[1024];
    47 #if 0 /* later. */
    4847/** The last assert message, 2nd part. */
    4948RTDATADECL(char) g_szRTAssertMsg2[2048];
    50 #endif
    5149
    5250
     
    7371
    7472
    75 #if 0 /* later (just drop assertA-r0drv-nt.asm) */
    7673RTDECL(void) AssertMsg2(const char *pszFormat, ...)
    7774{
     
    9592    va_end(va);
    9693}
    97 #endif
    9894
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette