diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-11 16:23:55 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-11 16:23:55 +0100 |
commit | 698c00dbdd95ebc3c6df113133076979ff2cd0a7 (patch) | |
tree | adf73cb3197fabd1120ca007ddc0b50166103745 /tools | |
parent | 322a75edf8bad6616b1543a6b81972f4c3765ee2 (diff) |
removetooltypes01: #i112600# do not affect FASTBOOL in this cws
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/solar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 446e7e7cb738..ba3384aeb36c 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -42,6 +42,7 @@ /*** misc. macros to leverage platform and compiler differences ********/ +typedef int FASTBOOL; #define DELETEZ( p ) ( delete p,p = 0 ) #define __FAR_DATA |