Crossfire Client, Trunk  R18666
Defines
CONVERT_FILESPEC_TO_OS_FORMAT declarations.

Defines

#define CONVERT_FILESPEC_TO_OS_FORMAT(path)

Detailed Description

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 Documentation

#define CONVERT_FILESPEC_TO_OS_FORMAT (   path)

Definition at line 672 of file client.h.