commit | e296bf3717236c0b112dc8b60126db7ee3a40b62 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Nov 29 19:39:30 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 29 19:39:30 2000 +0000 |
tree | 76a1123b4c03cdfc424f56245e9e659c0635205e | |
parent | b5eefcd13415e1436edba911bac97b4e10c248d0 [diff] [blame] |
Renamed CallTo16* functions to wine_call_to_16* and export them from kernel32.spec.
diff --git a/misc/system.c b/misc/system.c index 82473e3..d0a1675 100644 --- a/misc/system.c +++ b/misc/system.c
@@ -136,7 +136,7 @@ AX_reg( &context ) = timer; - CallTo16RegisterShort( &context, 0 ); + wine_call_to_16_regs_short( &context, 0 ); } WORD WINAPI WIN16_CreateSystemTimer( WORD rate, FARPROC16 proc )