projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba33a6
)
emulator: Clean up PATH_MAX for win32(mingw)
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 24 Jan 2013 11:31:36 +0000
(20:31 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 24 Jan 2013 11:31:36 +0000
(20:31 +0900)
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/maru_common.h
patch
|
blob
|
history
diff --git
a/tizen/src/maru_common.h
b/tizen/src/maru_common.h
index 96c9104b2b854842ba582ab6be012d08c0a44040..3aacef95c77b0562332e820647a5daa8c01c4c7c 100644
(file)
--- a/
tizen/src/maru_common.h
+++ b/
tizen/src/maru_common.h
@@
-49,11
+49,13
@@
#include "config-host.h"
+#if !defined(PATH_MAX)
#if defined(MAX_PATH)
#define PATH_MAX MAX_PATH
-#el
if !defined(PATH_MAX)
+#el
se
#define PATH_MAX 256
#endif
+#endif
// W/A for preserve larger continuous heap for RAM.
extern void *preallocated_ptr;