VirtualBox

Changeset 14817 in vbox for trunk


Ignore:
Timestamp:
Nov 30, 2008 12:19:18 AM (16 years ago)
Author:
vboxsync
Message:

tstVD.cpp: VBox/log.h, iprt/asm.h and *ALWAYS* call RTR3Init first in main().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp

    r14303 r14817  
    2020 */
    2121
     22#include <VBox/VBoxHDD-new.h>
    2223#include <VBox/err.h>
    23 #include <VBox/VBoxHDD-new.h>
     24#include <VBox/log.h>
     25#include <iprt/asm.h>
    2426#include <iprt/dir.h>
    2527#include <iprt/string.h>
     
    849851int main(int argc, char *argv[])
    850852{
     853    RTR3Init();
    851854    int rc;
    852855
     
    861864        }
    862865
    863     RTR3Init();
    864866    RTPrintf("tstVD: TESTING...\n");
    865867
Note: See TracChangeset for help on using the changeset viewer.

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