commit | 2682bc24caca8d9178324308ebdc0bf74f8cbcb2 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Nov 27 22:03:23 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 27 22:03:23 2000 +0000 |
tree | 2f1293a226130768acacc99dab4082f822bf02eb | |
parent | 62469b21b624eecaef4ce34164506146e7efd8ff [diff] [blame] |
Fixed a few dependencies on 16-bit or internal functions. Fixed a few warnings.
diff --git a/controls/icontitle.c b/controls/icontitle.c index 9f0c02e..edee6fb 100644 --- a/controls/icontitle.c +++ b/controls/icontitle.c
@@ -15,8 +15,8 @@ #include "win.h" #include "heap.h" - BOOL bMultiLineTitle; - HFONT hIconTitleFont; +static BOOL bMultiLineTitle; +static HFONT hIconTitleFont; /*********************************************************************** * ICONTITLE_Init