mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Stinky hacks to make progress on Linux target
This commit is contained in:
@@ -30,7 +30,12 @@ namespace Microsoft.Iris.CodeModel.Cpp
|
||||
public static void Startup()
|
||||
{
|
||||
DllLoadResultFactory.Startup();
|
||||
|
||||
#if WINDOWS
|
||||
// TODO: Is this necessary if the render engine is implemented in C#?
|
||||
DllProxyServices.Startup();
|
||||
#endif
|
||||
|
||||
LoadIntrinsicTypeData();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user