Skip to content

Commit

Permalink
Don't include libclipboard.h for MXE builds. For #1662.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Oct 17, 2023
1 parent 19bd894 commit a6265b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RavelCAPI
Submodule RavelCAPI updated 2 files
+2 −2 Makefile
+1 −1 civita
3 changes: 2 additions & 1 deletion engine/clipboard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
*/

#include "clipboard.h"
#include "libclipboard.h"

#ifdef _WIN32
#include <windows.h>
#else
#include "libclipboard.h"
#endif

using namespace std;
Expand Down

0 comments on commit a6265b6

Please sign in to comment.