Skip to content

Commit

Permalink
Patched to compile on OpenWatcom.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 17, 2017
1 parent 7fed370 commit 8553113
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/physfs_lzmasdk.h
Expand Up @@ -1503,7 +1503,10 @@ static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
: "0" (function)) ;

#endif


#elif defined(__WATCOMC__)
*a = *b = *c = *d = 0; /* !!! FIXME: oh well for now. */

#else

int CPUInfo[4];
Expand Down

0 comments on commit 8553113

Please sign in to comment.