Skip to content

Commit

Permalink
Merge pull request #43 from kost/mingw-fix
Browse files Browse the repository at this point in the history
Support for mingw build
  • Loading branch information
mascarenhas committed Mar 5, 2015
2 parents 0df79c0 + 30c8170 commit 2467871
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/alien.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

#include "config.h"

#ifdef WIN32
# ifndef WINDOWS
# define WINDOWS
# endif
#endif

#ifdef WINDOWS
#define _CRT_SECURE_NO_DEPRECATE 1
#include <windows.h>
Expand Down

0 comments on commit 2467871

Please sign in to comment.