mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 22:58:52 +08:00
16 lines
381 B
Diff
16 lines
381 B
Diff
|
diff --git a/include/X11/ICE/ICElib.h b/include/X11/ICE/ICElib.h
|
||
|
index 402cbc8bd..506c18baf 100644
|
||
|
--- a/include/X11/ICE/ICElib.h
|
||
|
+++ b/include/X11/ICE/ICElib.h
|
||
|
@@ -32,8 +32,8 @@ Author: Ralph Mor, X Consortium
|
||
|
#include <X11/ICE/ICE.h>
|
||
|
#include <X11/Xfuncproto.h>
|
||
|
|
||
|
-#define Bool int
|
||
|
-#define Status int
|
||
|
+typedef int Bool;
|
||
|
+typedef int Status;
|
||
|
#define True 1
|
||
|
#define False 0
|
||
|
|