hotspot/src/share/vm/utilities/elfStringTable.hpp
changeset 10565 dc90c239f4ec
parent 7447 32c42d627f41
child 11483 4d3f4bca0019
--- a/hotspot/src/share/vm/utilities/elfStringTable.hpp	Tue Sep 20 23:50:16 2011 -0700
+++ b/hotspot/src/share/vm/utilities/elfStringTable.hpp	Sun Sep 25 16:03:29 2011 -0700
@@ -25,7 +25,7 @@
 #ifndef __ELF_STRING_TABLE_HPP
 #define __ELF_STRING_TABLE_HPP
 
-#ifndef _WINDOWS
+#if !defined(_WINDOWS) && !defined(__APPLE__)
 
 #include "memory/allocation.hpp"
 #include "utilities/decoder.hpp"
@@ -79,4 +79,3 @@
 #endif // _WINDOWS
 
 #endif // __ELF_STRING_TABLE_HPP
-