- Timestamp:
- May 31, 2008, 12:50:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/swt.c
r80 r92 1410 1410 return rc; 1411 1411 } 1412 JNIEXPORT jint JNICALL Java_org_eclipse_swt_internal_pm_OS_WinQueryActiveWindow 1413 (JNIEnv *env, jclass that, jint hab, jint hwndParent) 1414 { 1415 DEBUG_CALL("WinQueryActiveWindow\n") 1416 1417 return (jint)WinQueryActiveWindow((HWND)hwndParent); 1418 } 1412 1419 1413 1420
Note:
See TracChangeset
for help on using the changeset viewer.