metaforce/hecl/lib/HECL.cpp

10 lines
107 B
C++

#include "HECL.hpp"
#if _WIN32
char* win_realpath(const char* name, char* restrict resolved)
{
}
#endif