* Fix silly bug

This commit is contained in:
2014-06-02 20:09:40 -07:00
parent 05db171ac4
commit cc71bec5d7
11 changed files with 23 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#ifndef WIN32_LARGEFILEWRAPPER_H
#define WIN32_LARGEFILEWRAPPER_H
#ifdef _WIN32
#if defined(_WIN32) && defined(_MSC_VER)
#include <stdio.h>
#ifdef __cplusplus
extern "C" {