Browse Source

Change WIN32 (WIN64) test.

cl-refactor
yann300 10 years ago
parent
commit
11a381915d
  1. 6
      mix/main.cpp

6
mix/main.cpp

@ -37,10 +37,8 @@ int main(int _argc, char* _argv[])
putenv((char*)"QT_QPA_PLATFORMTHEME=");
putenv((char*)"QSG_RENDER_LOOP=threaded");
#endif
#ifdef _WIN32
putenv((char*)"OPENSSL_CONF=c:\\");
#endif
#ifdef _WIN64
#if (defined(_WIN32) || defined(_WIN64))
if (!getenv("OPENSSL_CONF"))
putenv((char*)"OPENSSL_CONF=c:\\");
#endif
try

Loading…
Cancel
Save