Skip to content

Commit

Permalink
Update sqWin32Sound.c
Browse files Browse the repository at this point in the history
Let win32 sound compile on gcc/clang
  • Loading branch information
nicolas-cellier-aka-nice authored Jan 2, 2021
1 parent f6199b3 commit 08a50c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/win32/plugins/SoundPlugin/sqWin32Sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ int AEC_ENABLED = 1;
# define aec_soundInit() 0
# define aec_soundShutdown() 0
# define aec_snd_StartRecording(sps, str, six) 0
# define aec_snd_StopRecording(0) 0
# define aec_snd_StopRecording(x) 0
# define aec_snd_GetRecordingSampleRate() 0
# define aec_snd_RecordSamplesIntoAtLength(b, ssi, bsz) 0
#endif
Expand Down

0 comments on commit 08a50c2

Please sign in to comment.