This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
Include windows header early
Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX
4 years ago
parent
59afa499e2
commit
e03448bd15
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
include/asio.cpp
+ 3
- 1
include/asio.cpp
View File
@@ -10,6 +10,9 @@
#include <string.h>
#include <string.h>
#include "asiosys.h" // platform definition
#include "asiosys.h" // platform definition
#if WINDOWS
#include "windows.h"
#endif
#include "asio.h"
#include "asio.h"
#if MAC
#if MAC
@@ -29,7 +32,6 @@ long main()
#elif WINDOWS
#elif WINDOWS
#include "windows.h"
#include "iasiodrv.h"
#include "iasiodrv.h"
#include "asiodrivers.h"
#include "asiodrivers.h"
Write
Preview
Loading…
Cancel
Save