- Timestamp:
- Dec 26, 2007, 4:57:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/swt.c
r14 r54 1307 1307 1308 1308 if (papszFQFilename) { 1309 c_pppapszFQFilename = getPAPSZArray(env, papszFQFilename); 1310 printf("HONOR!!!\n"); 1309 c_pppapszFQFilename = getPAPSZArray(env, papszFQFilename);; 1311 1310 } 1312 1311 … … 1314 1313 1315 1314 rc = (jboolean)WinFreeFileDlgList(c_pppapszFQFilename); 1316 printf("PATRIA!!! = %d\n", rc);1317 1315 if (papszFQFilename) 1318 1316 releasePAPSZArray(env, c_papszFQFilenameList, c_pppapszFQFilename); … … 1326 1324 1327 1325 return (jint)WinOpenWindowDC((HWND)hwnd); 1326 } 1327 JNIEXPORT jboolean JNICALL Java_org_eclipse_swt_internal_pm_OS_WinPopupMenu 1328 (JNIEnv *env, jclass that, jint hwndParent, jint hwndOwner, jint hwndMenu, jint x, jint y, jint idItem, jshort fs) 1329 { 1330 DEBUG_CALL("WinPopupMenu\n") 1331 1332 return (jboolean)WinPopupMenu((HWND)hwndParent, (HWND)hwndOwner, (HWND)hwndMenu, x, y, idItem, fs); 1328 1333 } 1329 1334 JNIEXPORT jboolean JNICALL Java_org_eclipse_swt_internal_pm_OS_PrfQueryProfileSize
Note:
See TracChangeset
for help on using the changeset viewer.