add correct copyright statements to all files in Waves backend except those derived...
[ardour.git] / libs / backends / wavesaudio / wavesapi / devicemanager / IncludeWindows.h
index 313b38ea4621b8566e1240c3ed6c46a2fc0f5c87..968604649fed84089e59cff385c35b3ef314b182 100644 (file)
@@ -1,7 +1,26 @@
+/*
+    Copyright (C) 2014 Waves Audio Ltd.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
 #ifndef __IncludeWindows_h__
 #define __IncludeWindows_h__
 
-#ifdef _WINDOWS
+#ifdef PLATFORM_WINDOWS
 
 /* Copy to include
 #include "IncludeWindows.h"
@@ -23,9 +42,9 @@
 #define NOMINMAX // DO NOT REMOVE NOMINMAX - DOING SO CAUSES CONFLICTS WITH STD INCLUDES (<limits> ...)
 #endif
 
-#include <WinSock2.h>
-#include <Windows.h>
+#include <winsock2.h>
+#include <windows.h>
 #include <objbase.h>
-#endif // #if _WINDOWS 
+#endif // #if PLATFORM_WINDOWS 
 #endif // #ifndef __IncludeWindows_h__