c_interface still kicks
This commit is contained in:
parent
5a7602dfff
commit
f983c99313
@ -700,6 +700,9 @@ PL_EXPORT(pl_wchar_t*) PL_atom_generator_w(const pl_wchar_t *pref,
|
|||||||
#define PL_MSG_IGNORED 0
|
#define PL_MSG_IGNORED 0
|
||||||
#define PL_MSG_HANDLED 1
|
#define PL_MSG_HANDLED 1
|
||||||
|
|
||||||
|
#ifdef Bind
|
||||||
|
#undef Bind
|
||||||
|
#endif
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
PL_EXPORT(LRESULT) PL_win_message_proc(HWND hwnd,
|
PL_EXPORT(LRESULT) PL_win_message_proc(HWND hwnd,
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#ifndef Bool
|
#ifndef Bool
|
||||||
#define Bool YAP_Bool
|
#define Bool YAP_Bool
|
||||||
#endif11
|
#endif
|
||||||
|
|
||||||
#define Int long int
|
#define Int long int
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user