Browse Source

Include windows header early

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 4 years ago
parent
commit
e03448bd15
1 changed files with 3 additions and 1 deletions
  1. +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"


Loading…
Cancel
Save