1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Patch from RDB: invent a /DMSVC4 compile-time definition which

renames header files and symbols etc. Now if I could only _find_ my
copy of MSVC4 we might even be able to build Win32s binaries...

[originally from svn r1532]
This commit is contained in:
Simon Tatham
2002-01-08 09:45:10 +00:00
parent c7aec27d6f
commit 9e6923016c
5 changed files with 23 additions and 0 deletions

View File

@ -12,6 +12,12 @@
#include "win_res.h"
#include "storage.h"
#ifdef MSVC4
#define TVINSERTSTRUCT TV_INSERTSTRUCT
#define TVITEM TV_ITEM
#define ICON_BIG 1
#endif
static char **events = NULL;
static int nevents = 0, negsize = 0;