]> Repos - portaudio/commitdiff
undo whitespace change to pa_win_wasapi.c and fix a CMake grumbling about an unmatche...
authorNicholas Appleton <nick@appletonaudio.com>
Tue, 13 Sep 2016 12:16:55 +0000 (22:16 +1000)
committerNicholas Appleton <nick@appletonaudio.com>
Tue, 13 Sep 2016 12:16:55 +0000 (22:16 +1000)
CMakeLists.txt
src/hostapi/wasapi/pa_win_wasapi.c

index e842dc33273c363891e0f7a45ce59423eb09e5bb..a4b729c0fcd5d5913586aff8f796e7531eb39be9 100644 (file)
@@ -389,7 +389,7 @@ ELSE()
     INSTALL(FILES ${PA_PUBLIC_INCLUDES} DESTINATION include)
     INSTALL(TARGETS portaudio DESTINATION lib)
   ENDIF(NOT PA_OUTPUT_OSX_FRAMEWORK)
-ENDIF(WIN32)
+ENDIF()
 
 # Prepared for inclusion of test files
 OPTION(PA_BUILD_TESTS "Include test projects" OFF)
index 8ca9acd3760ac90d8a7bace571ff83c747714a66..6e62a4a88bd6a7e360c8315b85ce6089118378df 100644 (file)
@@ -78,6 +78,7 @@
 #include "pa_win_coinitialize.h"
 
 #ifndef NTDDI_VERSION
     #undef WINVER
     #undef _WIN32_WINNT
     #define WINVER       0x0600 // VISTA