mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Some corrections related to using UNICODE.
This commit is contained in:
parent
8c9ebd878e
commit
1146ac90d2
@ -2544,6 +2544,9 @@ void GEOM_Gen_i::LoadPlugin(const std::string& theLibName)
|
||||
#endif
|
||||
// load plugin library
|
||||
LibHandle libHandle = LoadLib(aPath);
|
||||
#if UNICODE
|
||||
delete aPath;
|
||||
#endif
|
||||
#else
|
||||
LibHandle libHandle = LoadLib(aPlatformLibName.c_str());
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user