mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-07 19:14:19 +00:00
Fix tabs
This commit is contained in:
@@ -40,8 +40,8 @@ MINIDUMP_USER_STREAM :: struct {
|
||||
}
|
||||
|
||||
MINIDUMP_USER_STREAM_INFORMATION :: struct {
|
||||
UserStreamCount: ULONG,
|
||||
UserStreamArray: ^MINIDUMP_USER_STREAM,
|
||||
UserStreamCount: ULONG,
|
||||
UserStreamArray: ^MINIDUMP_USER_STREAM,
|
||||
}
|
||||
|
||||
MINIDUMP_CALLBACK_ROUTINE :: #type proc "stdcall" (
|
||||
|
||||
Reference in New Issue
Block a user