diff options
Diffstat (limited to 'src/lib/ecore_audio')
-rw-r--r-- | src/lib/ecore_audio/Ecore_Audio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_audio/Ecore_Audio.h b/src/lib/ecore_audio/Ecore_Audio.h index e562205..f083580 100644 --- a/src/lib/ecore_audio/Ecore_Audio.h +++ b/src/lib/ecore_audio/Ecore_Audio.h | |||
@@ -9,15 +9,15 @@ | |||
9 | #endif | 9 | #endif |
10 | 10 | ||
11 | #ifdef _WIN32 | 11 | #ifdef _WIN32 |
12 | # ifdef EFL_ECORE_AUDIO_BUILD | 12 | # ifdef EFL_BUILD |
13 | # ifdef DLL_EXPORT | 13 | # ifdef DLL_EXPORT |
14 | # define EAPI __declspec(dllexport) | 14 | # define EAPI __declspec(dllexport) |
15 | # else | 15 | # else |
16 | # define EAPI | 16 | # define EAPI |
17 | # endif /* ! DLL_EXPORT */ | 17 | # endif |
18 | # else | 18 | # else |
19 | # define EAPI __declspec(dllimport) | 19 | # define EAPI __declspec(dllimport) |
20 | # endif /* ! EFL_ECORE_AUDIO_BUILD */ | 20 | # endif |
21 | #else | 21 | #else |
22 | # ifdef __GNUC__ | 22 | # ifdef __GNUC__ |
23 | # if __GNUC__ >= 4 | 23 | # if __GNUC__ >= 4 |
@@ -28,7 +28,7 @@ | |||
28 | # else | 28 | # else |
29 | # define EAPI | 29 | # define EAPI |
30 | # endif | 30 | # endif |
31 | #endif /* ! _WIN32 */ | 31 | #endif |
32 | 32 | ||
33 | /** | 33 | /** |
34 | * @file Ecore_Audio.h | 34 | * @file Ecore_Audio.h |