diff options
| author | blob1807 <12388588+blob1807@users.noreply.github.com> | 2026-02-14 20:31:51 +1000 |
|---|---|---|
| committer | blob1807 <12388588+blob1807@users.noreply.github.com> | 2026-02-14 20:31:51 +1000 |
| commit | dcd93579f05e2e99c4c55ab8935716db1feafef3 (patch) | |
| tree | 1287461462ffcfc2fd4f12746b76cd2f3f668070 /core/sys/windows/ole32.odin | |
| parent | f6d3500509ccc20de642472e0bc39bdc2707a673 (diff) | |
Add more Windows endpoints
Diffstat (limited to 'core/sys/windows/ole32.odin')
| -rw-r--r-- | core/sys/windows/ole32.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/windows/ole32.odin b/core/sys/windows/ole32.odin index 12cf40b81..d314eb343 100644 --- a/core/sys/windows/ole32.odin +++ b/core/sys/windows/ole32.odin @@ -1,6 +1,6 @@ package sys_windows -foreign import "system:Ole32.lib" +foreign import Ole32 "system:Ole32.lib" //objbase.h // Note(Dragos): https://learn.microsoft.com/en-us/windows/win32/api/objbase/ne-objbase-coinit makes you believe that MULTITHREADED == 3. That is wrong. See definition of objbase.h |