- Timestamp:
- Jan 28, 2008, 6:32:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/swt.c
r60 r63 517 517 PAPSZ c_mpParam2 = NULL; 518 518 MENUITEM c_mpParam1, *c_pmpParam1 = NULL; 519 519 jint rc; 520 520 if (mpParam2) 521 521 c_mpParam2 = getPAPSZArray(env, mpParam2); … … 533 533 } 534 534 535 JNIEXPORT j intJNICALL Java_org_eclipse_swt_internal_pm_OS_WinSendMsg__IIILorg_eclipse_swt_internal_pm_MENUITEM_2535 JNIEXPORT jboolean JNICALL Java_org_eclipse_swt_internal_pm_OS_WinSendMsg__IIILorg_eclipse_swt_internal_pm_MENUITEM_2 536 536 (JNIEnv *env, jclass that, jint hwnd, jint ulMsgid, jint mpParam1, jobject mpParam2) 537 537 { 538 538 MENUITEM c_mpParam2, *c_pmpParam2 = NULL; 539 jboolean rc; 539 540 if (mpParam2) 540 541 c_pmpParam2 = getMENUITEMFields(env, mpParam1, &c_mpParam2, &PGLOB(MENUITEMFc)); 541 542 542 jint rc = (jint)WinSendMsg((HWND)hwnd, ulMsgid, (MPARAM)mpParam1, c_pmpParam2);543 rc = (jboolean)WinSendMsg((HWND)hwnd, ulMsgid, (MPARAM)mpParam1, c_pmpParam2); 543 544 544 545 if (mpParam2)
Note:
See TracChangeset
for help on using the changeset viewer.