12 lines
No EOL
220 B
C++
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 |