opt out of more masm assembly

This commit is contained in:
Jonathan Gray 2013-04-25 15:43:38 +10:00
parent 5c941d29f1
commit f820286f06
1 changed files with 1 additions and 3 deletions

View File

@ -14,8 +14,7 @@ short *snd_out;
#if !(defined __linux__ && defined __i386__)
#if !id386
#if !(defined(_MSC_VER) && defined(__i386__))
void S_WriteLinearBlastStereo16 (void)
@ -131,7 +130,6 @@ LExit:
}
#endif
#endif
void S_TransferStereo16 (unsigned long *pbuf, int endtime)