Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
258B

  1. diff --git a/source/util.c b/source/util.c
  2. index 6c9077b..f6397a9 100644
  3. --- a/source/util.c
  4. +++ b/source/util.c
  5. @@ -8,7 +8,7 @@
  6. #ifdef MS_WINDOWS
  7. #include <windows.h>
  8. #include <imagehlp.h>
  9. -#include <Shlwapi.h>
  10. +#include <shlwapi.h>
  11. #pragma pack(2)