Skip to content

Commit

Permalink
Win32 compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Jul 3, 2000
1 parent 4954f31 commit 65cdffc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions timidity/config.h
Expand Up @@ -19,6 +19,9 @@

/* This is for use with the SDL library */
#define SDL
#if defined(WIN32) || defined(_WIN32)
#define __WIN32__
#endif

/* When a patch file can't be opened, one of these extensions is
appended to the filename and the open is tried again.
Expand Down

0 comments on commit 65cdffc

Please sign in to comment.