3e3f8a1646089b2a7d73f15efe565ffe976be03c
[macgdbp.git] / SUExport.h
1 //
2 // SUExport.h
3 // Sparkle
4 //
5 // Created by Jake Petroules on 2014-08-23.
6 // Copyright (c) 2014 Sparkle Project. All rights reserved.
7 //
8
9 #ifndef SUEXPORT_H
10 #define SUEXPORT_H
11
12 #ifdef BUILDING_SPARKLE
13 #define SU_EXPORT __attribute__((visibility("default")))
14 #else
15 #define SU_EXPORT
16 #endif
17
18 #endif