diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-19 10:42:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-19 12:26:44 +0200 |
commit | 7238177ba30d51f68d7f43dc3f87283af17f382b (patch) | |
tree | fbcef09d99afefee6b1c400757f732bf047a4200 /tools | |
parent | f36b2f43208b343189952ca70a922e7759dae3b2 (diff) |
Drop ILLEGAL_POINTER sillyness
Change-Id: I19316f0fd04f75d980719676c928c3455e0f07b7
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/solar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index b1f3dacdbfbd..5818e8f91fa9 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -50,12 +50,6 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */ #define __LOADONCALLAPI #endif -#if defined UNX -#define ILLEGAL_POINTER ((void*)1) -#else -#define ILLEGAL_POINTER NULL -#endif - // solar binary types /* Solar (portable) Binary (exchange) Type; OSI 6 subset |