Changeset 25642 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Jan 5, 2010 8:19:10 AM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/r3/posix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r25076 r25642 81 81 /** @def RT_DONT_CONVERT_FILENAMES 82 82 * Define this to pass UTF-8 unconverted to the kernel. */ 83 #ifdef __DOXYGEN__83 #ifdef DOXYGEN_RUNNING 84 84 #define RT_DONT_CONVERT_FILENAMES 1 85 85 #endif -
trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp
r13837 r25642 47 47 * with the 'thread' logging prefix. 48 48 */ 49 #ifdef __DOXYGEN__49 #ifdef DOXYGEN_RUNNING 50 50 #define THREAD_LOGGING 51 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.