Skip to content

Commit

Permalink
Fix #254
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jul 25, 2024
1 parent c36f4a4 commit a07c410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RisohEditor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
#include <initguid.h>
#include <windows.h>
#include <windowsx.h>
#ifdef __GNUC__ // Workaround
#define WINAPI_FAMILY_ONE_PARTITION(vset, v) ((WINAPI_FAMILY & vset) == v)
#endif
#include <shlobj.h>
#include <shlwapi.h>
#include <dlgs.h>
Expand Down

0 comments on commit a07c410

Please sign in to comment.