Don't use "long". Cleanups.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-22 00:47:35 +02:00
parent 473cfb54be
commit 763b3c05af
4 changed files with 6 additions and 10 deletions
-4
View File
@@ -241,11 +241,7 @@ void UiPacker::startCallback(unsigned u_len, unsigned step, int pass, int total_
return;
}
#if (ACC_CC_MSC && (_MSC_VER == 1300))
cb.nprogress = &UiPacker::progress_callback;
#else
cb.nprogress = progress_callback;
#endif
cb.user = this; // parameter for static function UiPacker::progress_callback()
if (s->mode == M_CB_TERM) {