Define VMB_FILE_PATH_LITERAL

Define Documentation

VMB_FILE_PATH_LITERAL(value)

macro for converting a c string literal into a system dependent string literal

Adds L as prefix on Windows and is replaced by the unmodified value on other operating systems.

const VmbFilePathChar_t* path = VMB_FILE_PATH_LITERAL("./some/path/tl.cti");