mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Fix compile error for non-windows
This commit is contained in:
@@ -734,7 +734,7 @@ int window_can_resize(rct_window *w);
|
||||
__asm__ ( "mov %["#w"], esi " : [w] "+m" (w) );
|
||||
|
||||
#define window_tooltip_set_registers(value) \
|
||||
__asm__ ( "mov ax, %[value] " : [value] "+m" (value) );
|
||||
__asm__ ( "mov ax, %["#value"] " : [value] "+m" (value) );
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user