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 /sigscript | |
| parent | bde34fad26d6510c18b1adb49b992a90879ee4d2 (diff) | |
| download | sigen-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 'sigscript')
| -rw-r--r-- | sigscript/Global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigscript/Global.h b/sigscript/Global.h index 095d29de..c8ab9c93 100644 --- a/sigscript/Global.h +++ b/sigscript/Global.h @@ -27,6 +27,7 @@ # else # define SIGSCRIPT_EXPORT KDE_IMPORT # endif +# define SIGSCRIPT_IMPORT KDE_IMPORT #endif #ifndef SIGSCRIPT_EXPORT_DEPRECATED |
