summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-11-01 15:31:00 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-01 16:49:15 -0500
commit0abdbd196a5948b2877d13fafb3244c60e2d70a8 (patch)
tree6cf9183d35f25a9c1f617120eadf900ffd3c15d3 /tools/inc
parentfc5a5884386b1c846038ff20e9d645beb9a548a8 (diff)
we don't need a typedef for FASTBOOL anymore
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/solar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h
index ea1ee4230447..ca0df1cbd69d 100644
--- a/tools/inc/tools/solar.h
+++ b/tools/inc/tools/solar.h
@@ -59,7 +59,6 @@ typedef sal_Bool BOOL; /* typedef unsigned char BOOL; */
typedef sal_uInt8 BYTE; /* typedef unsigned char BYTE; */
typedef sal_uInt16 USHORT; /* typedef unsigned short USHORT; */
typedef sal_uIntPtr ULONG; /* typedef unsigned long ULONG; */
-typedef int FASTBOOL;
#if !defined(VCL_NEED_BASETSD) || defined(__MINGW32__)
#ifndef _SOLAR_NOUINT