diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-09 23:50:06 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 01:16:30 +0200 |
| commit | 0fbcd74a04713a4725d2f346a493121b623d60ab (patch) | |
| tree | 9a65cf44aa5b6cf2d38352fe8336044f5452670d /tests/Windows/asiosys.h | |
| parent | fdc3f15bec57b30fae67f65270392ba7a86680b8 (diff) | |
Version 3.0.3
Diffstat (limited to 'tests/Windows/asiosys.h')
| -rw-r--r-- | tests/Windows/asiosys.h | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/tests/Windows/asiosys.h b/tests/Windows/asiosys.h deleted file mode 100644 index 37f7a48..0000000 --- a/tests/Windows/asiosys.h +++ /dev/null @@ -1,82 +0,0 @@ -#ifndef __asiosys__
- #define __asiosys__
-
- #ifdef WIN32
- #undef MAC
- #define PPC 0
- #define WINDOWS 1
- #define SGI 0
- #define SUN 0
- #define LINUX 0
- #define BEOS 0
-
- #define NATIVE_INT64 0
- #define IEEE754_64FLOAT 1
-
- #elif BEOS
- #define MAC 0
- #define PPC 0
- #define WINDOWS 0
- #define PC 0
- #define SGI 0
- #define SUN 0
- #define LINUX 0
-
- #define NATIVE_INT64 0
- #define IEEE754_64FLOAT 1
-
- #ifndef DEBUG
- #define DEBUG 0
- #if DEBUG
- void DEBUGGERMESSAGE(char *string);
- #else
- #define DEBUGGERMESSAGE(a)
- #endif
- #endif
-
- #elif SGI
- #define MAC 0
- #define PPC 0
- #define WINDOWS 0
- #define PC 0
- #define SUN 0
- #define LINUX 0
- #define BEOS 0
-
- #define NATIVE_INT64 0
- #define IEEE754_64FLOAT 1
-
- #ifndef DEBUG
- #define DEBUG 0
- #if DEBUG
- void DEBUGGERMESSAGE(char *string);
- #else
- #define DEBUGGERMESSAGE(a)
- #endif
- #endif
-
- #else // MAC
-
- #define MAC 1
- #define PPC 1
- #define WINDOWS 0
- #define PC 0
- #define SGI 0
- #define SUN 0
- #define LINUX 0
- #define BEOS 0
-
- #define NATIVE_INT64 0
- #define IEEE754_64FLOAT 1
-
- #ifndef DEBUG
- #define DEBUG 0
- #if DEBUG
- void DEBUGGERMESSAGE(char *string);
- #else
- #define DEBUGGERMESSAGE(a)
- #endif
- #endif
- #endif
-
-#endif
|
