VirtualBox

Changeset 95848 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Jul 26, 2022 11:33:48 PM (3 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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