win32 bootstrap fixes
parent
ab97dccc66
commit
d9379f9af7
|
@ -18,3 +18,4 @@ USING: alien compiler kernel parser sequences words ;
|
|||
"clipboard"
|
||||
"ui"
|
||||
} [ "/contrib/win32/" swap ".factor" append3 run-resource ] each
|
||||
compile-all
|
||||
|
|
|
@ -635,7 +635,7 @@ FUNCTION: LRESULT DefWindowProcW ( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lP
|
|||
! FUNCTION: DestroyIcon
|
||||
! FUNCTION: DestroyMenu
|
||||
! FUNCTION: DestroyReasons
|
||||
! FUNCTION: DestroyWindow
|
||||
FUNCTION: BOOL DestroyWindow ( HWND hWnd ) ;
|
||||
! FUNCTION: DeviceEventWorker
|
||||
! FUNCTION: DialogBoxIndirectParamA
|
||||
! FUNCTION: DialogBoxIndirectParamAorW
|
||||
|
|
|
@ -48,6 +48,10 @@ recrossref
|
|||
"x11" get [
|
||||
"/library/x11/load.factor" run-resource
|
||||
] when
|
||||
|
||||
windows? [
|
||||
"/contrib/win32/load.factor" run-resource
|
||||
] when
|
||||
] when
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue