Cleanup: removed upx_bool and upx_uint types.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-23 15:00:33 +02:00
parent d2c36eefc9
commit fe057a91c8
14 changed files with 87 additions and 98 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ public:
virtual void endCallback();
virtual upx_callback_t *getCallback() { return &cb; }
protected:
static void __UPX_CDECL progress_callback(upx_callback_p cb, upx_uint, upx_uint, int);
static void __acc_cdecl progress_callback(upx_callback_p cb, unsigned, unsigned);
virtual void doCallback(unsigned isize, unsigned osize);
protected: