mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
removed some comments
This commit is contained in:
@@ -60,8 +60,3 @@ verify_coinit :: proc(t: ^testing.T) {
|
|||||||
expect_value(t, win32.COINIT.DISABLE_OLE1DDE, 0x00000004)
|
expect_value(t, win32.COINIT.DISABLE_OLE1DDE, 0x00000004)
|
||||||
expect_value(t, win32.COINIT.SPEED_OVER_MEMORY, 0x00000008)
|
expect_value(t, win32.COINIT.SPEED_OVER_MEMORY, 0x00000008)
|
||||||
}
|
}
|
||||||
|
|
||||||
// hr := CoInitializeEx(nil, .MULTITHREADED);
|
|
||||||
// testing.expectf(t, hr == 0, "%x (should be: %v)", u32(hr), 0)
|
|
||||||
// assert(SUCCEEDED(hr))
|
|
||||||
// defer CoUninitialize()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user