Skip to content

Commit

Permalink
Merge pull request MediaArea#154 from robUx4/shellapi
Browse files Browse the repository at this point in the history
add missing shellapi include
  • Loading branch information
JeromeMartinez authored Jan 18, 2024
2 parents af78a29 + 48e10e1 commit 26b4aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ZenLib/OS_Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
using namespace ABI::Windows::Security::Cryptography::Core;
#else
#include <shlobj.h>
#include <shellapi.h>
#endif
#endif
#endif //ZENLIB_USEWX
Expand Down

0 comments on commit 26b4aa1

Please sign in to comment.