mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 10:52:22 -07: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