Fix style issues; Use new attribute @(cold) where appropriate in the new sync package

This commit is contained in:
gingerBill
2021-04-14 20:19:02 +01:00
parent d24784074c
commit 05a181d719
3 changed files with 88 additions and 86 deletions
+2 -1
View File
@@ -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,
}
}