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