[cmake-commits] king committed example.h 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 17 18:18:44 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/Plugin/include
In directory public:/mounts/ram/cvs-serv13110/Tests/Plugin/include

Modified Files:
	example.h 
Log Message:
ENH: Fixed Plugin test on Cygwin.


Index: example.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Plugin/include/example.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- example.h	17 Apr 2007 17:43:03 -0000	1.1
+++ example.h	17 Apr 2007 22:18:42 -0000	1.2
@@ -1,7 +1,7 @@
 #ifndef example_h
 #define example_h
 
-#if defined(_WIN32)
+#if defined(_WIN32) || defined(__CYGWIN__)
 # if defined(example_exe_EXPORTS)
 #  define EXAMPLE_EXPORT __declspec(dllexport)
 # else



More information about the Cmake-commits mailing list