Small documentation fixups regarding joysticks/gamepads
[lsnes.git] / win32-crap.hpp
blob82a92d2e15e3b14ebe847c97661dcc54e3853d3f
1 #ifndef _win32_crap__hpp__included__
2 #define _win32_crap__hpp__included__
4 #if defined(_WIN32) || defined(_WIN64)
5 #ifndef _MAX_PATH
6 #define _MAX_PATH 8192
7 #endif
9 extern "C" char* strdup(const char* orig);
11 #endif
12 #endif