projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56ee223
)
Add EAPI_MAIN definition
author
Mike McCormack
<mj.mccormack@samsung.com>
Wed, 9 Nov 2011 00:00:18 +0000
(09:00 +0900)
committer
Mike McCormack
<mj.mccormack@samsung.com>
Wed, 9 Nov 2011 00:12:30 +0000
(09:12 +0900)
src/lib/Elementary.h.in
patch
|
blob
|
history
diff --git
a/src/lib/Elementary.h.in
b/src/lib/Elementary.h.in
index
6e7bc45
..
6d3e432
100644
(file)
--- a/
src/lib/Elementary.h.in
+++ b/
src/lib/Elementary.h.in
@@
-414,6
+414,11
@@
contact with the developers and maintainers.
# endif
#endif /* ! _WIN32 */
+#ifdef _WIN32
+# define EAPI_MAIN
+#else
+# define EAPI_MAIN EAPI
+#endif
/* allow usage from c++ */
#ifdef __cplusplus