• Kouhei Sutou's avatar
    Problem: MinGW cross compile is failed on Linux · da9b9540
    Kouhei Sutou authored
    Solution: Use only lower case for header file name.
    
    We can find "wincrypt.h" by "WinCrypt.h" on Windows because Windows uses
    case insensitive file system. But we can't find "wincrypt.h" by
    "WinCrypt.h" on Linux Because Linux uses case sensitive file system.
    da9b9540
AUTHORS 2.17 KB