lsnes/win32-crap.hpp
2011-09-21 02:58:15 +03:00

12 lines
No EOL
220 B
C++

#ifndef _win32_crap__hpp__included__
#define _win32_crap__hpp__included__
#if defined(_WIN32) || defined(_WIN64)
#ifndef _MAX_PATH
#define _MAX_PATH 8192
#endif
extern "C" char* strdup(const char* orig);
#endif
#endif