Commit ef7a5c1b authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Fixed a few compilation warnings.

parent 94a6832b
......@@ -38,6 +38,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include "class.h"
......
......@@ -2,7 +2,6 @@ name olecli32
type win32
import ole32.dll
import olesvr32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
......
......@@ -2,7 +2,6 @@ name ttydrv
type win32
init TTYDRV_Init
import user32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
......
......@@ -4,7 +4,6 @@ type win32
import winmm.dll
import user32.dll
import kernel32.dll
import ntdll.dll
debug_channels (joystick)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment