Various changes in preparation for release 4.0.8
[rtaudio-cdist.git] / include / iasiothiscallresolver.h
index b59d910898741403b444886f066eb3824d1cf934..63e91ca319b1fc3b0dd1ef3b35145dc693250476 100644 (file)
 // We only need IASIOThiscallResolver at all if we are on Win32. For other\r
 // platforms we simply bypass the IASIOThiscallResolver definition to allow us\r
 // to be safely #include'd whatever the platform to keep client code portable\r
-#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__)\r
+//#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__)\r
+#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32__)) && !defined(_WIN64)\r
 \r
 \r
 // If microsoft compiler we can call IASIO directly so IASIOThiscallResolver\r