Kaydet (Commit) f9598738 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

we really should not have any FASTBOOL left, remove the typedef

Change-Id: Ia3b0ba6d7ba91218c42abf1368a110b325f5794e
üst a26efd71
...@@ -51,7 +51,6 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */ ...@@ -51,7 +51,6 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */
/*** misc. macros to leverage platform and compiler differences ********/ /*** misc. macros to leverage platform and compiler differences ********/
typedef int FASTBOOL;
#define DELETEZ( p ) ( delete p,p = 0 ) #define DELETEZ( p ) ( delete p,p = 0 )
#ifdef WNT #ifdef WNT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment