Changeset 97417 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 6, 2022 10:31:19 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154422
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r97395 r97417 1388 1388 }; 1389 1389 1390 /** Returns the path separator based on \a a_enmPathStyle as a C-string. */ 1391 #define PATH_STYLE_SEP_STR(a_enmPathStyle) a_enmPathStyle == PathStyle_DOS ? "\\" : "/" 1392 #if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2) 1393 # define PATH_STYLE_NATIVE PathStyle_DOS 1394 #else 1395 # define PATH_STYLE_NATIVE PathStyle_UNIX 1396 #endif 1397 1390 1398 /** 1391 1399 * Class for handling guest / host path functions.
Note:
See TracChangeset
for help on using the changeset viewer.