commit | c7fdb4565ad50b71a5e3f070ecf7d11b84bc8c7c | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike@codeweavers.com> | Tue Jul 05 11:02:54 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 05 11:02:54 2005 +0000 |
tree | 3bd5ead051924a74fc7fa612138bc8aaa99b20c3 | |
parent | 89424ce848e73e59bb22ff24232e7bebb93802fb [diff] [blame] |
Fix gcc 4.0 -Wpointer-sign warnings.
diff --git a/dlls/ole32/hglobalstream.c b/dlls/ole32/hglobalstream.c index 9895df6..ca73a22 100644 --- a/dlls/ole32/hglobalstream.c +++ b/dlls/ole32/hglobalstream.c
@@ -60,7 +60,7 @@ /* * Reference count */ - ULONG ref; + LONG ref; /* * Support for the stream