|
Crossfire Client, Trunk
R18666
|
Defines | |
| #define | CONVERT_FILESPEC_TO_OS_FORMAT(path) |
Support for converting forward-slash delimited filespecs to WIN32 format when clients are built for that platform. Client code that uses a path reference builds paths in a buffer using forward slashes. After constructing the path, CONVERT_FILESPEC_TO_OS_FORMAT() is used on the buffer. On non-WIN32 platforms, the macro does nothing and the path is used as-is. On WIN32 platforms forward slashes found in the buffer are converted to backslash characters.
| #define CONVERT_FILESPEC_TO_OS_FORMAT | ( | path | ) |
1.7.6.1