summaryrefslogtreecommitdiffstats
path: root/sigcore
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-11-02 20:45:59 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-11-02 20:45:59 +0000
commitaaf9850c8350e3d7d20a91d3fe4e026576a7a032 (patch)
tree057886bdd08237a01cf928b5c49e111de6e13128 /sigcore
parentbde34fad26d6510c18b1adb49b992a90879ee4d2 (diff)
downloadsigen-aaf9850c8350e3d7d20a91d3fe4e026576a7a032.tar.gz
sigen-aaf9850c8350e3d7d20a91d3fe4e026576a7a032.tar.xz
sigen-aaf9850c8350e3d7d20a91d3fe4e026576a7a032.zip
[FIX] Defined the *_IMPORT defines for libraries
[FIX] Added more packet types [FIX] Sectioned off packet types [FIX] ConnectionHandler is now ClientHandler [ADD] Added a ProgressMeter class for allowing display of progress of packets git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@296 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigcore')
-rw-r--r--sigcore/Global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigcore/Global.h b/sigcore/Global.h
index db7ee0e0..0d0ca573 100644
--- a/sigcore/Global.h
+++ b/sigcore/Global.h
@@ -35,6 +35,7 @@
# else
# define SIGCORE_EXPORT KDE_IMPORT /// Import the symbol if including the library.
# endif
+# define SIGCORE_IMPORT KDE_IMPORT
#endif
#ifndef SIGCORE_EXPORT_DEPRECATED