mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 19:30:05 +01:00
provide the uint datatype on WIN32
This commit is contained in:
parent
7dc547252a
commit
4ef813961d
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@
|
|||
#include "servermd.h"
|
||||
#include "picturestr.h"
|
||||
|
||||
#ifdef WIN32
|
||||
typedef unsigned int uint;
|
||||
#endif
|
||||
|
||||
int PictureScreenPrivateIndex = -1;
|
||||
int PictureWindowPrivateIndex;
|
||||
int PictureGeneration;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue