Changeset 96442 in vbox for trunk/src/VBox/Runtime/include/internal/process.h
- Timestamp:
- Aug 23, 2022 2:12:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/process.h
r96407 r96442 50 50 extern DECL_HIDDEN_DATA(char) g_szrtProcExePath[RTPATH_MAX]; 51 51 extern DECL_HIDDEN_DATA(size_t) g_cchrtProcExePath; 52 extern DECL_HIDDEN_DATA(size_t) g_cchrtProc Dir;52 extern DECL_HIDDEN_DATA(size_t) g_cchrtProcExeDir; 53 53 extern DECL_HIDDEN_DATA(size_t) g_offrtProcName; 54 extern DECL_HIDDEN_DATA(bool volatile) g_frtAtExitCalled;55 54 56 55 /**
Note:
See TracChangeset
for help on using the changeset viewer.