src/share/vm/utilities/elfStringTable.hpp

changeset 3156
f08d439fab8c
parent 2364
2d4762ec74af
child 3430
d7e3846464d0
     1.1 --- a/src/share/vm/utilities/elfStringTable.hpp	Tue Sep 20 23:50:16 2011 -0700
     1.2 +++ b/src/share/vm/utilities/elfStringTable.hpp	Sun Sep 25 16:03:29 2011 -0700
     1.3 @@ -25,7 +25,7 @@
     1.4  #ifndef __ELF_STRING_TABLE_HPP
     1.5  #define __ELF_STRING_TABLE_HPP
     1.6  
     1.7 -#ifndef _WINDOWS
     1.8 +#if !defined(_WINDOWS) && !defined(__APPLE__)
     1.9  
    1.10  #include "memory/allocation.hpp"
    1.11  #include "utilities/decoder.hpp"
    1.12 @@ -79,4 +79,3 @@
    1.13  #endif // _WINDOWS
    1.14  
    1.15  #endif // __ELF_STRING_TABLE_HPP
    1.16 -

mercurial