]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
lz77_compress: change scope of variable 'hash'.
[PuTTY.git] / windows / winstuff.h
index 9829f0876c1149fcdb63d67f42192548a98f5c2b..8c281944534350b0496cfd65e17dfc4bc3d308ed 100644 (file)
@@ -93,6 +93,11 @@ struct FontSpec *fontspec_new(const char *name,
 #define PLATFORM_HAS_SMEMCLR /* inhibit cross-platform one in misc.c */
 #endif
 
+/* Up-to-date Windows headers warn that the unprefixed versions of
+ * these names are deprecated. */
+#define stricmp _stricmp
+#define strnicmp _strnicmp
+
 #define BROKEN_PIPE_ERROR_CODE ERROR_BROKEN_PIPE   /* used in sshshare.c */
 
 /*
@@ -484,6 +489,8 @@ void dll_hijacking_protection(void);
 BOOL init_winver(void);
 HMODULE load_system32_dll(const char *libname);
 const char *win_strerror(int error);
+void restrict_process_acl(void);
+GLOBAL int restricted_acl;
 
 /*
  * Exports from sizetip.c.