commit | 5801723b50f5877a5c3e775b46e539fe8420ace4 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Dec 22 01:09:26 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 22 01:09:26 2000 +0000 |
tree | 17d5143971e62df4e87fbddcb0449213bd5d03d6 | |
parent | 3f75eaacdc8f7cab3d6106bad991910f10074cf8 [diff] [blame] |
Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
diff --git a/loader/resource.c b/loader/resource.c index 2a8d591..e405eda 100644 --- a/loader/resource.c +++ b/loader/resource.c
@@ -383,7 +383,7 @@ { TRACE("(%04x)\n", handle ); /* May need to reload the resource if discarded */ - return WIN16_GlobalLock16( handle ); + return K32WOWGlobalLock16( handle ); } /**********************************************************************