Fixed some DLL problems.
This commit is contained in:
parent
b0e5ba2bc7
commit
513c1b92ad
|
@ -4,6 +4,8 @@
|
||||||
#endif
|
#endif
|
||||||
#include "../windows/winapi.h"
|
#include "../windows/winapi.h"
|
||||||
#include "../ui.h"
|
#include "../ui.h"
|
||||||
|
// TODO to make sure wpfInit() is exported properly
|
||||||
|
#include "wpf.h"
|
||||||
|
|
||||||
// If we don't set up the current thread otherwise, the first time .net tries to call out to unmanaged code, it will automatically set up a MTA for COM.
|
// If we don't set up the current thread otherwise, the first time .net tries to call out to unmanaged code, it will automatically set up a MTA for COM.
|
||||||
// This is not what we want; we need a STA instead.
|
// This is not what we want; we need a STA instead.
|
||||||
|
|
Loading…
Reference in New Issue