provide the uint datatype on WIN32

This commit is contained in:
Alexander Gottwald 2005-07-04 09:01:43 +00:00
parent 7dc547252a
commit 4ef813961d

View File

@ -42,6 +42,10 @@
#include "servermd.h"
#include "picturestr.h"
#ifdef WIN32
typedef unsigned int uint;
#endif
int PictureScreenPrivateIndex = -1;
int PictureWindowPrivateIndex;
int PictureGeneration;