VirtualBox

Ignore:
Timestamp:
Aug 26, 2022 3:13:16 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153366
Message:

/Config.kmk,VMM,IPRT: Converted all run-at-compile-time tests and more to only use IPRT, so we can more easily transition to no-CRT static building on windows. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp

    r96407 r96511  
    4242
    4343#include "tstHelp.h"
    44 #include <stdio.h>
     44#include <iprt/stream.h>
    4545
    4646/* Hack for validating nested HMCPU structures. */
     
    5858{
    5959    int rc = 0;
    60     printf("tstAsmStructs: TESTING\n");
     60    RTPrintf("tstAsmStructs: TESTING\n");
    6161
    6262#ifdef IN_RING3
     
    6767
    6868    if (rc)
    69         printf("tstAsmStructs: FAILURE - %d errors \n", rc);
     69        RTPrintf("tstAsmStructs: FAILURE - %d errors \n", rc);
    7070    else
    71         printf("tstAsmStructs: SUCCESS\n");
     71        RTPrintf("tstAsmStructs: SUCCESS\n");
    7272    return rc;
    7373}
     74
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