mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
compile with XWFEATURE_COMMSACK turned off
This commit is contained in:
parent
76c938cc67
commit
60814264e7
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue