VirtualBox

Ignore:
Timestamp:
Aug 23, 2022 2:12:35 PM (2 years ago)
Author:
vboxsync
Message:

IPRT: Split out the public init data into separate files and made it possible to check if IPRT is initialized w/o dragging in the init code. Added tweak to stream.cpp so it'll work w/o IPRT init in debug builds. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/process.h

    r96407 r96442  
    5050extern DECL_HIDDEN_DATA(char)           g_szrtProcExePath[RTPATH_MAX];
    5151extern DECL_HIDDEN_DATA(size_t)         g_cchrtProcExePath;
    52 extern DECL_HIDDEN_DATA(size_t)         g_cchrtProcDir;
     52extern DECL_HIDDEN_DATA(size_t)         g_cchrtProcExeDir;
    5353extern DECL_HIDDEN_DATA(size_t)         g_offrtProcName;
    54 extern DECL_HIDDEN_DATA(bool volatile)  g_frtAtExitCalled;
    5554
    5655/**
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