]> Creatis software - crea.git/commitdiff
#3227 crea Feature New Normal - vtk8itk4wx3-mingw64 MACOS
authorEduardo DAVILA <davila@ei-ed-606.creatis.insa-lyon.fr>
Fri, 14 Sep 2018 10:49:59 +0000 (12:49 +0200)
committerEduardo DAVILA <davila@ei-ed-606.creatis.insa-lyon.fr>
Fri, 14 Sep 2018 10:49:59 +0000 (12:49 +0200)
src/creawxVTKRenderWindowInteractor.cxx

index 61fe2302b15066f77d7f137beeb1002769734d0a..7a8e4e489b22caa87c0b47fe5f67d470e2549b8a 100644 (file)
@@ -43,7 +43,6 @@
 
 =========================================================================*/
 
-#import <Cocoa/Cocoa.h>
 
 
 #include <assert.h>
@@ -64,7 +63,8 @@
 
 // AKT: wxOSX 2.9.x defines __WXOSX_COCOA__ rather than __WXCOCOA__
 #ifdef __WXOSX_COCOA__
-#define __WXCOCOA__
+ #import <Cocoa/Cocoa.h>
+ #define __WXCOCOA__
 #endif
 
 #if defined(__WXMAC__) && wxCHECK_VERSION(2,9,0)