mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
provide the uint datatype on WIN32
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
#include "servermd.h"
|
||||
#include "picturestr.h"
|
||||
|
||||
#ifdef WIN32
|
||||
typedef unsigned int uint;
|
||||
#endif
|
||||
|
||||
int PictureScreenPrivateIndex = -1;
|
||||
int PictureWindowPrivateIndex;
|
||||
int PictureGeneration;
|
||||
|
||||
Reference in New Issue
Block a user