mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
flatlaf-natives-windows: fixed compile and link errors
This commit is contained in:
@@ -154,7 +154,7 @@ void FlatWndProc::uninstall( JNIEnv *env, jobject obj, HWND hwnd ) {
|
||||
env->DeleteGlobalRef( fwp->obj );
|
||||
if( fwp->background != NULL )
|
||||
::DeleteObject( fwp->background );
|
||||
FlatLafWin32ProcessHeapDelete(fwp);
|
||||
FlatLafWin32ProcessHeapFree(fwp);
|
||||
}
|
||||
|
||||
void FlatWndProc::initIDs( JNIEnv *env, jobject obj ) {
|
||||
|
||||
Reference in New Issue
Block a user