diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-11-02 20:45:59 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-11-02 20:45:59 +0000 |
| commit | aaf9850c8350e3d7d20a91d3fe4e026576a7a032 (patch) | |
| tree | 057886bdd08237a01cf928b5c49e111de6e13128 /sigmod | |
| parent | bde34fad26d6510c18b1adb49b992a90879ee4d2 (diff) | |
[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 'sigmod')
| -rw-r--r-- | sigmod/Global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigmod/Global.h b/sigmod/Global.h index a7fdd8e1..cde2c4d7 100644 --- a/sigmod/Global.h +++ b/sigmod/Global.h @@ -35,6 +35,7 @@ # else # define SIGMOD_EXPORT KDE_IMPORT /// Import the symbol if including the library. # endif +# define SIGMOD_IMPORT KDE_IMPORT #endif #ifndef SIGMOD_EXPORT_DEPRECATED |
