Upgrade to Sparkle 1.21.3.
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / 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