fix platform-dispatch typo
This commit is contained in:
parent
a6d2524728
commit
0f754f2878
|
@ -9,7 +9,7 @@
|
||||||
[(windows) (if (getenv "PLT_WIN_GTK")
|
[(windows) (if (getenv "PLT_WIN_GTK")
|
||||||
gtk-lib
|
gtk-lib
|
||||||
'(lib "mred/private/wx/win32/platform.rkt"))]
|
'(lib "mred/private/wx/win32/platform.rkt"))]
|
||||||
[(maxcosx) '(lib "mred/private/wx/cocoa/platform.rkt")]
|
[(macosx) '(lib "mred/private/wx/cocoa/platform.rkt")]
|
||||||
[(unix) gtk-lib])))
|
[(unix) gtk-lib])))
|
||||||
|
|
||||||
(define-values (button%
|
(define-values (button%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user