summaryrefslogtreecommitdiff
path: root/source/XMPFiles/FileHandlers/WAV_Handler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/XMPFiles/FileHandlers/WAV_Handler.hpp')
-rw-r--r--source/XMPFiles/FileHandlers/WAV_Handler.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/XMPFiles/FileHandlers/WAV_Handler.hpp b/source/XMPFiles/FileHandlers/WAV_Handler.hpp
index a84f46b..4bd9aae 100644
--- a/source/XMPFiles/FileHandlers/WAV_Handler.hpp
+++ b/source/XMPFiles/FileHandlers/WAV_Handler.hpp
@@ -3,13 +3,16 @@
// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
-// Copyright 2002-2007 Adobe Systems Incorporated
+// Copyright 2002-2008 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe license agreement accompanying it.
// =================================================================================================
+#include "XMP_Environment.h" // ! This must be the first include.
+#if ! XMP_UNIXBuild // Closes at very bottom. Disabled on UNIX until legacy-as-local is fixed.
+
#include "XMPFiles_Impl.hpp"
#include "MD5.h"
@@ -68,4 +71,5 @@ private:
// =================================================================================================
-#endif /* __WAV_Handler_hpp__ */
+#endif // XMP_UNIXBuild
+#endif // __WAV_Handler_hpp__