mirror of https://github.com/buggins/dlangui.git
Fixed ole32.dll pragrma for cross-compilation
Pragma specified Ole32.dll, which broke compilation on case-sensitive file systems, ie. when cross-compiling with ldc on Linux.
This commit is contained in:
parent
9e288ffd57
commit
29077fd9cd
|
@ -366,7 +366,7 @@ private:
|
|||
import core.sys.windows.objbase;
|
||||
import core.sys.windows.objidl;
|
||||
|
||||
pragma(lib, "Ole32");
|
||||
pragma(lib, "ole32");
|
||||
|
||||
alias GUID KNOWNFOLDERID;
|
||||
|
||||
|
|
Loading…
Reference in New Issue