Merge 99dfe731e1
into 380b676777
This commit is contained in:
commit
1baf6d21f9
15 changed files with 44 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
#define BINDING_UTIL_H
|
||||
|
||||
#include <ruby.h>
|
||||
#undef inline //ruby's config.h has #define inline __inline, which cause error in xkeycheck.h
|
||||
|
||||
#include "exception.h"
|
||||
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
** along with mkxp. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include "table.h"
|
||||
#include "binding-util.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue