Skip to content

Commit

Permalink
[mingw] undef stat.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 27, 2011
1 parent 7449a4b commit 9582dbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/scm.c
Expand Up @@ -51,6 +51,10 @@
#include <sys/types.h>
#include "ql.h"

#ifdef stat
# undef stat
#endif

#define InitFile "init.scm"

/* global variables */
Expand Down

0 comments on commit 9582dbd

Please sign in to comment.