Fixed a few compilation warnings.
This commit is contained in:
parent
94a6832b04
commit
ef7a5c1b8c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue