Skip to content

Commit

Permalink
Fix windows build (#3354)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/mapserver/trunk@10888 7532c77e-422f-0410-93f4-f0b67bdd69e2
  • Loading branch information
Assefa Yewondwossen committed Jan 21, 2011
1 parent 9109365 commit dafc9c8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions maputil.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,15 @@

#include "mapserver.h"
#include "maptime.h"
#include "mapparser.h"
#include "mapthread.h"
#include "mapfile.h"
#include "mapcopy.h"

#ifdef _WIN32

#if defined(_WIN32) && !defined(__CYGWIN__)
# include <windows.h>
# include <tchar.h>
# include <fcntl.h>
# include <io.h>
#endif

#if defined(_WIN32) && !defined(__CYGWIN__)
#include <process.h>
#endif

Expand Down

0 comments on commit dafc9c8

Please sign in to comment.