Skip to content

Commit

Permalink
[BUILD][WIN32] Fix FTBFS with MinGW.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artanejp committed Nov 14, 2015
1 parent 93a96bd commit 910b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/emu.h
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ class EMU
{
return (autokey_phase != 0);
}
# if defined(_USE_QT) || (Q_OS_WIN)
# if defined(_USE_QT) || defined(Q_OS_WIN)
void set_auto_key_string(const char *cstr);
# endif
#endif
Expand Down

0 comments on commit 910b3cc

Please sign in to comment.