diff options
Diffstat (limited to 'include/iasiothiscallresolver.h')
| -rw-r--r-- | include/iasiothiscallresolver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/iasiothiscallresolver.h b/include/iasiothiscallresolver.h index b59d910..63e91ca 100644 --- a/include/iasiothiscallresolver.h +++ b/include/iasiothiscallresolver.h @@ -115,7 +115,8 @@ // We only need IASIOThiscallResolver at all if we are on Win32. For other
// platforms we simply bypass the IASIOThiscallResolver definition to allow us
// to be safely #include'd whatever the platform to keep client code portable
-#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__)
+//#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__)
+#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__)) && !defined(_WIN64)
// If microsoft compiler we can call IASIO directly so IASIOThiscallResolver
|
