Skip to content

Commit

Permalink
using WIN32 instead of SWIGWIN to build c# windows mapscript
Browse files Browse the repository at this point in the history
using WIN32 instead of SWIGWIN to build c# windows mapscript,
because SWIGWIN is not defined.
  • Loading branch information
Don Ch authored and Don Ch committed Nov 30, 2015
1 parent 9258c65 commit abba0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/swiginc/map.i
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@

%newobject draw;
imageObj *draw() {
#if defined(SWIGWIN) && defined(SWIGCSHARP)
#if defined(WIN32) && defined(SWIGCSHARP)
__try {
return msDrawMap(self, MS_FALSE);
}
Expand Down

0 comments on commit abba0aa

Please sign in to comment.