repo.or.cz
/
lsnes.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Port the generic control stuff from wxwidgets work
[lsnes.git]
/
win32-crap.hpp
blob
82a92d2e15e3b14ebe847c97661dcc54e3853d3f
1
#ifndef _win32_crap__hpp__included__
2
#define _win32_crap__hpp__included__
3
4
#if defined(_WIN32) || defined(_WIN64)
5
#ifndef _MAX_PATH
6
#define _MAX_PATH 8192
7
#endif
8
9
extern
"C"
char
*
strdup
(
const char
*
orig
);
10
11
#endif
12
#endif