X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/681d9e61cb5b5535ac6347ff39790b10fa92f947..b4bc538452c92b6a2f9c935028461f5c774a4f1f:/windows/rcstuff.h diff --git a/windows/rcstuff.h b/windows/rcstuff.h index 5b2fc3b0..22b22035 100644 --- a/windows/rcstuff.h +++ b/windows/rcstuff.h @@ -30,8 +30,21 @@ #define RT_MANIFEST 24 #endif -#ifdef MINGW32_FIX -#define EDITTEXT EDITTEXT "", +/* LCC is the offender here. */ +#ifndef VS_FF_DEBUG +#define VS_FF_DEBUG 1 +#endif +#ifndef VS_FF_PRERELEASE +#define VS_FF_PRERELEASE 2 +#endif +#ifndef VS_FF_PRIVATEBUILD +#define VS_FF_PRIVATEBUILD 8 +#endif +#ifndef VOS__WINDOWS32 +#define VOS__WINDOWS32 4 +#endif +#ifndef VFT_APP +#define VFT_APP 1 #endif #endif /* PUTTY_RCSTUFF_H */