X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=compat%2Fwin32.h;h=8ce91048deffc17bdf8d51672ddaa0c867052ac5;hb=64fb90b7076eda54d894484ce34a91632997cd2b;hp=e8c178d8cdc9e2f729cade3e6ee37461c5dfe90f;hpb=627735f9bf322c5c964b396f4a55d14e18d34aa2;p=git.git diff --git a/compat/win32.h b/compat/win32.h index e8c178d8c..8ce91048d 100644 --- a/compat/win32.h +++ b/compat/win32.h @@ -2,7 +2,9 @@ #define WIN32_H /* common Win32 functions for MinGW and Cygwin */ +#ifndef WIN32 /* Not defined by Cygwin */ #include +#endif static inline int file_attr_to_st_mode (DWORD attr) {