diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2009-04-17 19:40:41 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2009-04-17 19:40:41 +0000 |
commit | 17e4571dfff405f538612bcb710a429e14d5ec5e (patch) | |
tree | ca7aeb937706b94cba29d23711632f3dea6c3ae1 /legacy/emotion/src/lib/emotion_smart.c | |
parent | 0f8b812d0c0a0fb8694a9318664ffc4e1ec469a2 (diff) |
Add preliminary patch for compilation on Windows. Needs more work, though
Patch by Lars Munch - Thanks a lot !
SVN revision: 40147
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 9cd682d0be..c0a188aaa0 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c | |||
@@ -1,5 +1,5 @@ | |||
1 | #include "Emotion.h" | ||
2 | #include "emotion_private.h" | 1 | #include "emotion_private.h" |
2 | #include "Emotion.h" | ||
3 | 3 | ||
4 | #define E_SMART_OBJ_GET(smart, o, type) \ | 4 | #define E_SMART_OBJ_GET(smart, o, type) \ |
5 | { \ | 5 | { \ |