From ef7a5c1b8c239e7234333731d6603a426a9e2f78 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Wed, 29 Nov 2000 00:03:27 +0000 Subject: [PATCH] Fixed a few compilation warnings. --- dlls/comctl32/rebar.c | 1 + dlls/olecli/olecli32.spec | 1 - dlls/ttydrv/ttydrv.spec | 1 - dlls/winmm/joystick/joystick.drv.spec | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c index 98588324070..eabc5ebfce4 100644 --- a/dlls/comctl32/rebar.c +++ b/dlls/comctl32/rebar.c @@ -38,6 +38,7 @@ */ +#include #include #include "class.h" diff --git a/dlls/olecli/olecli32.spec b/dlls/olecli/olecli32.spec index 1ca7ec6dfc3..5f48909147a 100644 --- a/dlls/olecli/olecli32.spec +++ b/dlls/olecli/olecli32.spec @@ -2,7 +2,6 @@ name olecli32 type win32 import ole32.dll -import olesvr32.dll import gdi32.dll import kernel32.dll import ntdll.dll diff --git a/dlls/ttydrv/ttydrv.spec b/dlls/ttydrv/ttydrv.spec index aef0ce97adf..75a7e83310d 100644 --- a/dlls/ttydrv/ttydrv.spec +++ b/dlls/ttydrv/ttydrv.spec @@ -2,7 +2,6 @@ name ttydrv type win32 init TTYDRV_Init -import user32.dll import gdi32.dll import kernel32.dll import ntdll.dll diff --git a/dlls/winmm/joystick/joystick.drv.spec b/dlls/winmm/joystick/joystick.drv.spec index 9a7417c6f9d..11be05e3d26 100644 --- a/dlls/winmm/joystick/joystick.drv.spec +++ b/dlls/winmm/joystick/joystick.drv.spec @@ -4,7 +4,6 @@ type win32 import winmm.dll import user32.dll -import kernel32.dll import ntdll.dll debug_channels (joystick) -- 2.11.4.GIT