1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 12:32:47 -05:00

Cleanups to remove warnings for GNU/mingw32 compilation

[originally from svn r325]
This commit is contained in:
Simon Tatham
1999-11-22 10:07:24 +00:00
parent 55b8c21f0f
commit 8446532e4a
5 changed files with 16 additions and 9 deletions

View File

@ -1,5 +1,6 @@
#include <windows.h>
#include <stdio.h>
#include <ctype.h>
#include "putty.h"