Home
last modified time | relevance | path

Searched defs:FSTREAM_PATH (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/laf/base/
H A Dfstream_path.h15 #define FSTREAM_PATH(path) (std::string(path).c_str()) macro
17 #define FSTREAM_PATH(path) (base::from_utf8(path).c_str()) macro
20 #define FSTREAM_PATH(path) (std::string(path).c_str()) macro