Skip to content

Commit

Permalink
external libs/libmodplug: minor build fix for load_pat
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 24, 2019
1 parent 0d38f14 commit 5f9eb75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions external/libmodplug-0.8.9.0/src/load_pat.cpp
Expand Up @@ -33,16 +33,16 @@
#include <string.h>
#include <math.h>
#include <ctype.h>
#ifndef _WIN32
#include <limits.h> // for PATH_MAX
#ifndef _WIN32
#include <unistd.h> // for sleep
#endif
#ifndef PATH_MAX
#define PATH_MAX 256
#endif

#include "stdafx.h"
#include "sndfile.h"
#ifndef PATH_MAX
#define PATH_MAX 256
#endif

#ifndef NO_MIDIFORMATS

Expand Down

0 comments on commit 5f9eb75

Please sign in to comment.