Skip to content

Commit 0687ede

Browse files
committed
Hopefully fix linux builds
1 parent da1af23 commit 0687ede

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Code/maxGUI/Menu.inl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#include <utility>
66

7+
#if defined(MAX_PLATFORM_WINDOWS)
8+
79
#include <maxGUI/Win32String.hpp>
810

911
namespace maxGUI
@@ -56,4 +58,6 @@ namespace maxGUI
5658
return submenu_handle;
5759
}
5860

59-
} // namespace maxGUI
61+
} // namespace maxGUI
62+
63+
#endif

0 commit comments

Comments
 (0)