Skip to content

Commit

Permalink
Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed May 6, 2024
2 parents 74b174e + de6ed49 commit 1a687a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlib/X11/X.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SOFTWARE.
# ifndef _XTYPEDEF_XID
# define _XTYPEDEF_XID
# ifdef _WIN64
typedef unsigned __int64 XID;
typedef unsigned long long XID;
# else
typedef unsigned long XID;
# endif
Expand Down

0 comments on commit 1a687a4

Please sign in to comment.