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