Skip to content

Commit

Permalink
Whoops, it's malloc.h, not alloca.h ...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 12, 2007
1 parent 827b643 commit a8842c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions physfs_internal.h
Expand Up @@ -25,14 +25,10 @@
#endif

/* !!! FIXME: remove this when revamping stack allocation code... */
#ifdef _MSC_VER
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h>
#endif

#ifdef __MINGW32__
#include <alloca.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit a8842c9

Please sign in to comment.