#ifndef SWORDCE_H #define SWORDCE_H #include #include #include SWDLLEXPORT wchar_t *strtowstr(wchar_t *dst, const char *src, int size); SWDLLEXPORT char *wstrtostr(char *dst, const wchar_t *src, int size); SWDLLEXPORT const char *getWorkingDirectory(); SWDLLEXPORT const char *windizePath(const char *path); //int stricmp(const char *s1, const char *s2); //namespace sword { // int stricmp(const char *s1, const char *s2); //} #define strcasecmp ::_stricmp #endif