hotspot/src/share/vm/utilities/decoder.cpp
changeset 10565 dc90c239f4ec
parent 7447 32c42d627f41
child 11483 4d3f4bca0019
--- a/hotspot/src/share/vm/utilities/decoder.cpp	Tue Sep 20 23:50:16 2011 -0700
+++ b/hotspot/src/share/vm/utilities/decoder.cpp	Sun Sep 25 16:03:29 2011 -0700
@@ -29,7 +29,7 @@
 Decoder::decoder_status  Decoder::_decoder_status = Decoder::no_error;
 bool                     Decoder::_initialized = false;
 
-#ifndef _WINDOWS
+#if !defined(_WINDOWS) && !defined(__APPLE__)
 
 // Implementation of common functionalities among Solaris and Linux
 #include "utilities/elfFile.hpp"
@@ -101,4 +101,3 @@
 }
 
 #endif
-