Skip to content
  • Erik de Castro Lopo's avatar
    Fix Linux to Windows cross-compile · 194b201b
    Erik de Castro Lopo authored
    The #include of <Shlobj.h> doesn't work when cross-compiling from
    Linux to Windows because the Linux file system is case sensitive and
    on Linux the file is <shlobj.h>. This change should not affect Windows
    builds because the Windows file system is case insensitive.
    194b201b