diff options
author | Nick White <git@njw.me.uk> | 2011-11-30 18:47:50 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-11-30 18:47:50 +0000 |
commit | 3754eaa4326fad5daff9ea14d2dba518adaca2eb (patch) | |
tree | 1a8343faaeab06202a63994d86f874fb082fd54d /getbnbook.c | |
parent | 52a853c713a1a1a22532e6cd5c93ff6071e79091 (diff) |
Fix embarassing ifdef typos
Diffstat (limited to 'getbnbook.c')
-rw-r--r-- | getbnbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getbnbook.c b/getbnbook.c index 2de46a9..76e3e0e 100644 --- a/getbnbook.c +++ b/getbnbook.c @@ -5,7 +5,7 @@ #include <sys/stat.h> #include <sys/types.h> #include <dirent.h> -#indef WINVER +#ifdef WINVER #define mkdir(D, M) _mkdir(D) #endif #include "util.h" |