Skip to content

Commit

Permalink
Oops don't declare windows-specific function on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
HazardousPeach committed Oct 15, 2024
1 parent d29053c commit c5bd30d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/core/clipboard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ namespace Toolbox {
MimeData m_clipboard_contents;
#endif
};
#ifdef TOOLBOX_PLATFORM_WINDOWS
Result<MimeData, ClipboardError>
getContentType(std::unordered_map<std::string, UINT> &mime_to_format, const std::string &type);
#endif
void hookClipboardIntoGLFW(void);

class DataClipboard {
Expand Down

0 comments on commit c5bd30d

Please sign in to comment.