swig/Examples/chicken/vtk/cygwin_viewport.sed
Jonah Beckford 6901abdf17 Initial addition.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4313 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 01:56:34 +00:00

7 lines
159 B
Sed

/class VTK_COMMON_EXPORT vtkViewport/ {
i /* cygwin: /usr/include/w32api/winuser.h redefines RemoveProp */\
#ifdef RemoveProp\
#undef RemoveProp\
#endif\
}