mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
Fix style issues; Use new attribute @(cold) where appropriate in the new sync package
This commit is contained in:
@@ -232,6 +232,7 @@ PROGRESS_CONTINUE: DWORD : 0;
|
||||
ERROR_FILE_NOT_FOUND: DWORD : 2;
|
||||
ERROR_PATH_NOT_FOUND: DWORD : 3;
|
||||
ERROR_ACCESS_DENIED: DWORD : 5;
|
||||
ERROR_NOT_ENOUGH_MEMORY: DWORD : 8;
|
||||
ERROR_INVALID_HANDLE: DWORD : 6;
|
||||
ERROR_NO_MORE_FILES: DWORD : 18;
|
||||
ERROR_SHARING_VIOLATION: DWORD : 32;
|
||||
@@ -1233,4 +1234,4 @@ NET_API_STATUS :: enum DWORD {
|
||||
PasswordTooLong = 2703,
|
||||
PasswordNotComplexEnough = 2704,
|
||||
PasswordFilterError = 2705,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user