X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fwin32.h;h=c251a315ef5541226ef4c7ad78fc29e2058b998c;hb=87c2f9c4716d6ca80eef0a77058013da1536e87d;hp=e1cf3354354416dbe2fb57a8511494ad03bb5e71;hpb=0f4eea8fa1779e08575278392ed398ffeda6dcd2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/win32.h b/win32/win32.h index e1cf335..c251a31 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -111,10 +111,14 @@ struct tms { #define ENV_IS_CASELESS -#ifndef VER_PLATFORM_WIN32_WINDOWS /* VC-2.0 headers dont have this */ +#ifndef VER_PLATFORM_WIN32_WINDOWS /* VC-2.0 headers don't have this */ #define VER_PLATFORM_WIN32_WINDOWS 1 #endif +#ifndef FILE_SHARE_DELETE /* VC-4.0 headers don't have this */ +#define FILE_SHARE_DELETE 0x00000004 +#endif + /* Compiler-specific stuff. */ #ifdef __BORLANDC__ /* Borland C++ */