diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-09 01:01:33 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-09 01:01:33 -0500 |
commit | d84fe2b800b4c114d797705a9557d114547a28ac (patch) | |
tree | 10048e9a3cad0ee5f15e73e52417af6f2327dcca | |
parent | da561ba4d57f58ca44bf93e066e4c80d6b5266d9 (diff) | |
download | abaddon-portaudio-d84fe2b800b4c114d797705a9557d114547a28ac.tar.gz abaddon-portaudio-d84fe2b800b4c114d797705a9557d114547a28ac.zip |
use fontconfig setup on msys too
-rw-r--r-- | platform.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform.cpp b/platform.cpp index ce744d7..dfbea3b 100644 --- a/platform.cpp +++ b/platform.cpp @@ -7,10 +7,10 @@ using namespace std::literals::string_literals; -#if defined(_WIN32) && defined(_MSC_VER) +#if defined(_WIN32) #include <Windows.h> #include <Shlwapi.h> - #include <ShlObj_core.h> + #include <ShlObj.h> #include <pango/pangocairo.h> #include <pango/pangofc-fontmap.h> #pragma comment(lib, "Shlwapi.lib") |