VirtualBox

Changeset 95848 in vbox


Ignore:
Timestamp:
Jul 26, 2022 11:33:48 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152573
Message:

IPRT/nocrt-streams-win.cpp: Build kludge for VBoxAddInstallNt3x. Will improve/eliminate when switching on VBOX_WITH_NOCRT_STATIC. bugref:10261

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

Legend:

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

    r95845 r95848  
    28012801        RT_NO_STRICT \
    28022802        IPRT_NO_ALLOCA_TROUBLE \
    2803         IPRT_GETOPT_WITHOUT_NETWORK_ADDRESSES
     2803        IPRT_GETOPT_WITHOUT_NETWORK_ADDRESSES \
     2804       IPRT_MINIMAL_STREAM
    28042805RuntimeR3NoCrt_SOURCES  := \
    28052806        common/string/straprintf.cpp \
  • trunk/src/VBox/Runtime/r3/win/nocrt-streams-win.cpp

    r95844 r95848  
    178178}
    179179
    180 
    181 #if 0
     180#ifndef IPRT_MINIMAL_STREAM
     181
     182# if 0
    182183RTR3DECL(int) RTStrmReadEx(PRTSTREAM pStream, void *pvBuf, size_t cbToRead, size_t *pcbRead)
    183184{
     
    185186    return RTFileRead(pStream->hFile, pvBuf, cbToRead, pcbRead);
    186187}
    187 #endif
     188# endif
    188189
    189190
     
    210211}
    211212
     213#endif
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