Misc updates.

committer: mfx <mfx> 1090256162 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-07-19 16:56:02 +00:00
parent 9110517893
commit df9aa9ac32
9 changed files with 40 additions and 23 deletions
+4
View File
@@ -264,7 +264,11 @@ void UiPacker::startCallback(unsigned u_len, unsigned step,
return;
}
#if (ACC_CC_MSC && (_MSC_VER == 1300))
cb.callback = &UiPacker::callback;
#else
cb.callback = callback;
#endif
cb.user = this;
if (s->mode == M_CB_TERM)