mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-04 19:38:19 +00:00
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
This commit is contained in:
commit
f915f14e74
|
@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
|
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
|
||||||
#ifndef _WIN64
|
#ifndef _WIN64
|
||||||
#define GPOINTER_TO_UINT(p) ((guint) (p))
|
#define GPOINTER_TO_UINT(p) ((guint)(uintptr_t)(p))
|
||||||
#else
|
#else
|
||||||
#define GPOINTER_TO_UINT(p) ((guint) (guint64) (p))
|
#define GPOINTER_TO_UINT(p) ((guint) (guint64) (p))
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue