mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-15 20:30:49 +00:00
Check correctly "mmsystem.h" in Windows
This commit is contained in:
parent
6624f6f2b7
commit
23778b05d6
1 changed files with 2 additions and 1 deletions
|
@ -122,10 +122,11 @@ set ( WINDOWS_SUPPORT )
|
|||
set ( WINDOWS_LIBS )
|
||||
set ( MINGW32 )
|
||||
if ( WIN32 )
|
||||
include ( CheckIncludeFiles )
|
||||
check_include_file ( windows.h HAVE_WINDOWS_H )
|
||||
check_include_file ( io.h HAVE_IO_H )
|
||||
check_include_file ( dsound.h HAVE_DSOUND_H )
|
||||
check_include_file ( mmsystem.h HAVE_MMSYSTEM_H )
|
||||
check_include_files ( "windows.h;mmsystem.h" HAVE_MMSYSTEM_H )
|
||||
set ( WINDOWS_SUPPORT ${HAVE_WINDOWS_H} )
|
||||
set ( WINDOWS_LIBS "dsound;winmm;ws2_32" )
|
||||
set ( LIBFLUID_CPPFLAGS "-DFLUIDSYNTH_DLL_EXPORTS" )
|
||||
|
|
Loading…
Reference in a new issue