Changeset 89646 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 13, 2021 9:18:18 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145091
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r88189 r89646 77 77 * Defined Constants And Macros * 78 78 *********************************************************************************************************************************/ 79 #ifndef IN_GUEST 79 /*#ifndef IN_GUEST - shouldn't need to exclude this now with the non-obtrusive init option. */ 80 80 /** Includes RTThreadPoke. */ 81 81 # define RTTHREAD_POSIX_WITH_POKE 82 #endif 82 /*#endif*/ 83 83 84 84
Note:
See TracChangeset
for help on using the changeset viewer.