Salome HOME
Run SALOME with UNICODE path on Windows platform.
[modules/kernel.git] / src / SALOMEDSClient / SALOMEDSClient_ClientFactory.cxx
index b6ee7985dfb090fc27d60f1bc459e9e0744a5b51..ad3954ed80d47178b83c6b9e701683bab2d11eb5 100644 (file)
 #ifdef WIN32
 #include <windows.h>
 static HMODULE _libHandle = 0;
+#ifdef UNICODE
+#define SALOMEDS_LIB_NAME L"SalomeDS.dll"
+#else
 #define SALOMEDS_LIB_NAME "SalomeDS.dll"
+#endif
 #else
 #include <dlfcn.h>
 static void* _libHandle = NULL;