X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=compat%2Fwin32.h;h=e8c178d8cdc9e2f729cade3e6ee37461c5dfe90f;hb=627735f9bf322c5c964b396f4a55d14e18d34aa2;hp=c26384e595b4f23d5fef938b1136cc3a85469e56;hpb=d1f6c18bd6ea5fd373f9f6356e02854678ffa0fd;p=git.git diff --git a/compat/win32.h b/compat/win32.h index c26384e59..e8c178d8c 100644 --- a/compat/win32.h +++ b/compat/win32.h @@ -1,3 +1,6 @@ +#ifndef WIN32_H +#define WIN32_H + /* common Win32 functions for MinGW and Cygwin */ #include @@ -32,3 +35,5 @@ static inline int get_file_attr(const char *fname, WIN32_FILE_ATTRIBUTE_DATA *fd return ENOENT; } } + +#endif