Branch: Tag:

2014-10-10

2014-10-10 15:55:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Wnotify: Use the canonical case for WIN32 header files.

29:   #endif /* HAVE_FILEAPI_H */      #ifdef HAVE_WINDOWS_H - #include <windows.h> + #include <Windows.h>   #endif /* HAVE_WINDOWS_H */      #ifdef HAVE_WINBASE_H - #include <winbase.h> + #include <WinBase.h>   #endif /* HAVE_WINBASE_H */      #ifndef MAX_LEN