commit | b0efe28f6c70d6ca07e4dbee57d96d30fd1c4e25 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Aug 04 04:18:04 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 04 04:18:04 2000 +0000 |
tree | ea69f87bb4d4f0ba2fee8cfb9d3ad1d2ac156ea9 | |
parent | 74cc65a94012086ffe90c1c0e44fb7f0f4e2281d [diff] [blame] |
Removed a few dependencies on GDI internals from USER dll.
diff --git a/windows/clipboard.c b/windows/clipboard.c index 62411b4..0977a87 100644 --- a/windows/clipboard.c +++ b/windows/clipboard.c
@@ -189,7 +189,7 @@ if (lpFormat->hData32) DeleteObject(lpFormat->hData32); if (lpFormat->hData16) - DeleteObject16(lpFormat->hData16); + DeleteObject(lpFormat->hData16); } else if( lpFormat->wFormatID == CF_METAFILEPICT ) {