diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-28 16:52:32 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-07 09:53:11 +0200 |
commit | 24b14b408e26fb215af884b2b5d3f0430e23749d (patch) | |
tree | 98f4db75e4ecff0c26b2c53f9690b3229544475b /src/lib | |
parent | c4cb972a83b377ec0e2de0ca63214597850d052e (diff) |
ephysics: remove the need to order the header correctly for Windows.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ephysics/EPhysics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/ephysics/EPhysics.h b/src/lib/ephysics/EPhysics.h index e7c7743f60..f1c34244d3 100644 --- a/src/lib/ephysics/EPhysics.h +++ b/src/lib/ephysics/EPhysics.h | |||
@@ -4725,10 +4725,11 @@ EAPI void ephysics_constraint_del(EPhysics_Constraint *constraint); | |||
4725 | /** | 4725 | /** |
4726 | * @} | 4726 | * @} |
4727 | */ | 4727 | */ |
4728 | |||
4729 | |||
4730 | #ifdef __cplusplus | 4728 | #ifdef __cplusplus |
4731 | } | 4729 | } |
4732 | #endif | 4730 | #endif |
4733 | 4731 | ||
4732 | #undef EAPI | ||
4733 | #define EAPI | ||
4734 | |||
4734 | #endif | 4735 | #endif |