Skip to content

Commit

Permalink
Win32 cross-compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Feb 19, 2000
1 parent 4782f5b commit 035f14d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mikmod/mikmod.h
Expand Up @@ -78,8 +78,10 @@ MIKMODAPI extern long MikMod_GetVersion(void);
#define INCL_DOSSEMAPHORES
#include <os2.h>
#else
#ifndef WIN32
typedef char CHAR;
#endif
#endif

/*@DOES_NOT_HAVE_SIGNED@*/

Expand Down
2 changes: 2 additions & 0 deletions mikmod/mikmod_internals.h
Expand Up @@ -54,7 +54,9 @@ static char *strdup(const char *str)
#endif

#ifdef WIN32
#ifndef __STDC__
#define __STDC__
#endif
#pragma warning(disable:4761)
#endif

Expand Down

0 comments on commit 035f14d

Please sign in to comment.