diff options
author | Christos Strubulis <strubul@ubuntu.(none)> | 2012-12-09 10:08:10 -0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-12-10 21:38:28 +0000 |
commit | c13ad097fb224a2fd110234db7a60f133735dfa6 (patch) | |
tree | f3851afc849ff74a3defdef560e2f8738a082614 /tools | |
parent | e7e4d6778661d039d6ee9cba1da1a22cea542f3e (diff) |
Replacing '__LOADONCALLAPI' with 'SAL_CALL' definition
Change-Id: I692a9cfdca5ad50170eea2178a6aa87e8154b951
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 74df22f58843..2712f9c62b5a 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -35,12 +35,6 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */ #define DELETEZ( p ) ( delete p,p = 0 ) -#ifdef WNT -#define __LOADONCALLAPI __cdecl -#else -#define __LOADONCALLAPI -#endif - // solar binary types /* Solar (portable) Binary (exchange) Type; OSI 6 subset |