Fix non windows build - FE_CheckConfirm needs to have the same number of arguments in both the XP_WIN/not XPWIN cases.

This commit is contained in:
toshok%netscape.com 1998-08-12 22:59:36 +00:00
parent 1159971950
commit 479b020a61

View File

@ -63,6 +63,8 @@ PRIVATE XP_Bool FE_CheckConfirm (
MWContext *pContext,
char* pConfirmMessage,
char* pCheckMessage,
char* pOkMessage,
char* pCancelMsg,
XP_Bool* pChecked) {
Bool userHasAccepted = FE_Confirm(pContext, pConfirmMessage);