summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-01-10 10:23:52 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2013-01-10 10:23:52 +0000
commit9ac4d1142a3891626662c639b7b48c235d1fdbe8 (patch)
tree36e21e540bd4ec3a61aa3399c965875ddae68743 /Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h
parentefbf5bbc4445a501d5bb3e6544255a0e1cf689a7 (diff)
Check fpr stdbool.h presence
git-svn-id: svn://tug.org/texlive/trunk@28785 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h')
-rw-r--r--Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h b/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h
index d02c066edac..6542345da09 100644
--- a/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h
+++ b/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h
@@ -49,13 +49,6 @@ typedef struct XeTeXLayoutEngine_rec* XeTeXLayoutEngine;
#include "XeTeX_ext.h"
#include "XeTeXFontMgr.h"
-#ifdef _MSC_VER
-#ifndef __cplusplus
-typedef int bool;
-#endif
-#else
-#include <stdbool.h>
-#endif
#include <hb.h>
#include <hb-ot.h>
#include <hb-ft.h>