mousewheel support on all platforms (X11,Darwin,Win32,Java14) and in the core (bug...
[org.ibex.core.git] / src / org / ibex / plat / Solaris.cc
1 #include <sys/int_types.h>
2
3 // HACK
4 typedef unsigned long long uint64_t;
5
6 #include "X11.cc"