compile with XWFEATURE_COMMSACK turned off

This commit is contained in:
Eric House 2012-11-12 20:56:50 -08:00
parent 76c938cc67
commit 60814264e7

View file

@ -1314,7 +1314,9 @@ Java_org_eehouse_android_xw4_jni_XwJNI_comms_1resendAll
XP_ASSERT( !!comms );
(void)comms_resendAll( comms );
if ( thenAck ) {
#ifdef XWFEATURE_COMMSACK
comms_ackAny( comms );
#endif
}
XWJNI_END();
}