Bug 1758681: Remove unneeded defines for MinGW r=firefox-build-system-reviewers,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D169378
This commit is contained in:
Tom Ritter 2023-02-15 19:01:58 +00:00
parent 553a141e10
commit f19e74be0b
3 changed files with 781 additions and 8 deletions

View File

@ -47,6 +47,7 @@ patch_file7="$(pwd)/taskcluster/scripts/misc/mingw-numerics.patch"
patch_file8="$(pwd)/taskcluster/scripts/misc/mingw-mft-type.patch"
patch_file9="$(pwd)/taskcluster/scripts/misc/mingw-directmanip.patch"
patch_file10="$(pwd)/taskcluster/scripts/misc/mingw-ts_sd.patch"
patch_file11="$(pwd)/taskcluster/scripts/misc/mingw-winerror.patch"
prepare() {
pushd $MOZ_FETCHES_DIR/mingw-w64
@ -60,6 +61,7 @@ prepare() {
patch -p1 <$patch_file8
patch -p1 <$patch_file9
patch -p1 <$patch_file10
patch -p1 <$patch_file11
popd
}

View File

@ -0,0 +1,779 @@
From 1bc8aed542420558b47fd3337de7bb09f73d6b41 Mon Sep 17 00:00:00 2001
From: Tom Ritter <tom@ritter.vg>
Date: Thu, 9 Feb 2023 13:34:18 -0500
Subject: [PATCH 12/12] Add more windows error codes copied from widl's file
---
mingw-w64-headers/include/winerror.h | 624 +++++++++++++++++++++++++++
1 file changed, 624 insertions(+)
diff --git a/mingw-w64-headers/include/winerror.h b/mingw-w64-headers/include/winerror.h
index 5650274f8..ed012329c 100755
--- a/mingw-w64-headers/include/winerror.h
+++ b/mingw-w64-headers/include/winerror.h
@@ -77,6 +77,7 @@
#define ERROR_SHARING_VIOLATION __MSABI_LONG(32)
#define ERROR_LOCK_VIOLATION __MSABI_LONG(33)
#define ERROR_WRONG_DISK __MSABI_LONG(34)
+#define ERROR_FCB_UNAVAILABLE __MSABI_LONG(35)
#define ERROR_SHARING_BUFFER_EXCEEDED __MSABI_LONG(36)
#define ERROR_HANDLE_EOF __MSABI_LONG(38)
#define ERROR_HANDLE_DISK_FULL __MSABI_LONG(39)
@@ -176,6 +177,7 @@
#define ERROR_MAX_THRDS_REACHED __MSABI_LONG(164)
#define ERROR_LOCK_FAILED __MSABI_LONG(167)
#define ERROR_BUSY __MSABI_LONG(170)
+#define ERROR_DEVICE_SUPPORT_IN_PROGRESS __MSABI_LONG(171)
#define ERROR_CANCEL_VIOLATION __MSABI_LONG(173)
#define ERROR_ATOMIC_LOCKS_NOT_SUPPORTED __MSABI_LONG(174)
#define ERROR_INVALID_SEGMENT_NUMBER __MSABI_LONG(180)
@@ -216,12 +218,15 @@
#define ERROR_BAD_FILE_TYPE __MSABI_LONG(222)
#define ERROR_FILE_TOO_LARGE __MSABI_LONG(223)
#define ERROR_FORMS_AUTH_REQUIRED __MSABI_LONG(224)
+#define ERROR_VIRUS_INFECTED __MSABI_LONG(225)
+#define ERROR_VIRUS_DELETED __MSABI_LONG(226)
#define ERROR_PIPE_LOCAL __MSABI_LONG(229)
#define ERROR_BAD_PIPE __MSABI_LONG(230)
#define ERROR_PIPE_BUSY __MSABI_LONG(231)
#define ERROR_NO_DATA __MSABI_LONG(232)
#define ERROR_PIPE_NOT_CONNECTED __MSABI_LONG(233)
#define ERROR_MORE_DATA __MSABI_LONG(234)
+#define ERROR_NO_WORK_DONE __MSABI_LONG(235)
#define ERROR_VC_DISCONNECTED __MSABI_LONG(240)
#define ERROR_INVALID_EA_NAME __MSABI_LONG(254)
#define ERROR_EA_LIST_INCONSISTENT __MSABI_LONG(255)
@@ -241,18 +246,298 @@
#define ERROR_INVALID_OPLOCK_PROTOCOL __MSABI_LONG(301)
#define ERROR_DISK_TOO_FRAGMENTED __MSABI_LONG(302)
#define ERROR_DELETE_PENDING __MSABI_LONG(303)
+#define ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING 304)
+#define ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME __MSABI_LONG(305)
+#define ERROR_SECURITY_STREAM_IS_INCONSISTENT __MSABI_LONG(306)
+#define ERROR_INVALID_LOCK_RANGE __MSABI_LONG(307)
+#define ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT __MSABI_LONG(308)
+#define ERROR_NOTIFICATION_GUID_ALREADY_DEFINED __MSABI_LONG(309)
+#define ERROR_INVALID_EXCEPTION_HANDLER __MSABI_LONG(310)
+#define ERROR_DUPLICATE_PRIVILEGES __MSABI_LONG(311)
+#define ERROR_NO_RANGES_PROCESSED __MSABI_LONG(312)
+#define ERROR_NOT_ALLOWED_ON_SYSTEM_FILE __MSABI_LONG(313)
+#define ERROR_DISK_RESOURCES_EXHAUSTED __MSABI_LONG(314)
#define ERROR_INVALID_TOKEN __MSABI_LONG(315)
+#define ERROR_DEVICE_FEATURE_NOT_SUPPORTED __MSABI_LONG(316)
#define ERROR_MR_MID_NOT_FOUND __MSABI_LONG(317)
#define ERROR_SCOPE_NOT_FOUND __MSABI_LONG(318)
+#define ERROR_UNDEFINED_SCOPE __MSABI_LONG(319)
+#define ERROR_INVALID_CAP __MSABI_LONG(320)
+#define ERROR_DEVICE_UNREACHABLE __MSABI_LONG(321)
+#define ERROR_DEVICE_NO_RESOURCES __MSABI_LONG(322)
+#define ERROR_DATA_CHECKSUM_ERROR __MSABI_LONG(323)
+#define ERROR_INTERMIXED_KERNEL_EA_OPERATION __MSABI_LONG(324)
+#define ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED __MSABI_LONG(326)
+#define ERROR_OFFSET_ALIGNMENT_VIOLATION __MSABI_LONG(327)
+#define ERROR_INVALID_FIELD_IN_PARAMETER_LIST __MSABI_LONG(328)
+#define ERROR_OPERATION_IN_PROGRESS __MSABI_LONG(329)
+#define ERROR_BAD_DEVICE_PATH __MSABI_LONG(330)
+#define ERROR_TOO_MANY_DESCRIPTORS __MSABI_LONG(331)
+#define ERROR_SCRUB_DATA_DISABLED __MSABI_LONG(332)
+#define ERROR_NOT_REDUNDANT_STORAGE __MSABI_LONG(333)
+#define ERROR_RESIDENT_FILE_NOT_SUPPORTED __MSABI_LONG(334)
+#define ERROR_COMPRESSED_FILE_NOT_SUPPORTED __MSABI_LONG(335)
+#define ERROR_DIRECTORY_NOT_SUPPORTED __MSABI_LONG(336)
+#define ERROR_NOT_READ_FROM_COPY __MSABI_LONG(337)
+#define ERROR_FT_WRITE_FAILURE __MSABI_LONG(338)
+#define ERROR_FT_DI_SCAN_REQUIRED __MSABI_LONG(339)
+#define ERROR_INVALID_KERNEL_INFO_VERSION __MSABI_LONG(340)
+#define ERROR_INVALID_PEP_INFO_VERSION __MSABI_LONG(341)
#define ERROR_OBJECT_NOT_EXTERNALLY_BACKED __MSABI_LONG(342)
#define ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN __MSABI_LONG(343)
#define ERROR_COMPRESSION_NOT_BENEFICIAL __MSABI_LONG(344)
+#define ERROR_STORAGE_TOPOLOGY_ID_MISMATCH __MSABI_LONG(345)
+#define ERROR_BLOCKED_BY_PARENTAL_CONTROLS __MSABI_LONG(346)
+#define ERROR_BLOCK_TOO_MANY_REFERENCES __MSABI_LONG(347)
+#define ERROR_MARKED_TO_DISALLOW_WRITES __MSABI_LONG(348)
+#define ERROR_ENCLAVE_FAILURE __MSABI_LONG(349)
+#define ERROR_FAIL_NOACTION_REBOOT __MSABI_LONG(350)
+#define ERROR_FAIL_SHUTDOWN __MSABI_LONG(351)
+#define ERROR_FAIL_RESTART __MSABI_LONG(352)
+#define ERROR_MAX_SESSIONS_REACHED __MSABI_LONG(353)
+#define ERROR_NETWORK_ACCESS_DENIED_EDP __MSABI_LONG(354)
+#define ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL __MSABI_LONG(355)
+#define ERROR_EDP_POLICY_DENIES_OPERATION __MSABI_LONG(356)
+#define ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED __MSABI_LONG(357)
+#define ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT __MSABI_LONG(358)
+#define ERROR_DEVICE_IN_MAINTENANCE __MSABI_LONG(359)
+#define ERROR_NOT_SUPPORTED_ON_DAX __MSABI_LONG(360)
+#define ERROR_DAX_MAPPING_EXISTS __MSABI_LONG(361)
+#define ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING __MSABI_LONG(362)
+#define ERROR_CLOUD_FILE_METADATA_CORRUPT __MSABI_LONG(363)
+#define ERROR_CLOUD_FILE_METADATA_TOO_LARGE __MSABI_LONG(364)
+#define ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE __MSABI_LONG(365)
+#define ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH __MSABI_LONG(366)
+#define ERROR_CHILD_PROCESS_BLOCKED __MSABI_LONG(367)
+#define ERROR_STORAGE_LOST_DATA_PERSISTENCE __MSABI_LONG(368)
+#define ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE __MSABI_LONG(369)
+#define ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT __MSABI_LONG(370)
+#define ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY __MSABI_LONG(371)
+#define ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN __MSABI_LONG(372)
+#define ERROR_GDI_HANDLE_LEAK __MSABI_LONG(373)
+#define ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS __MSABI_LONG(374)
+#define ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED __MSABI_LONG(375)
+#define ERROR_NOT_A_CLOUD_FILE __MSABI_LONG(376)
+#define ERROR_CLOUD_FILE_NOT_IN_SYNC __MSABI_LONG(377)
+#define ERROR_CLOUD_FILE_ALREADY_CONNECTED __MSABI_LONG(378)
+#define ERROR_CLOUD_FILE_NOT_SUPPORTED __MSABI_LONG(379)
+#define ERROR_CLOUD_FILE_INVALID_REQUEST __MSABI_LONG(380)
+#define ERROR_CLOUD_FILE_READ_ONLY_VOLUME __MSABI_LONG(381)
+#define ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY __MSABI_LONG(382)
+#define ERROR_CLOUD_FILE_VALIDATION_FAILED __MSABI_LONG(383)
+#define ERROR_SMB1_NOT_AVAILABLE __MSABI_LONG(384)
+#define ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION 385)
+#define ERROR_CLOUD_FILE_AUTHENTICATION_FAILED __MSABI_LONG(386)
+#define ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES __MSABI_LONG(387)
+#define ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE __MSABI_LONG(388)
+#define ERROR_CLOUD_FILE_UNSUCCESSFUL __MSABI_LONG(389)
+#define ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT __MSABI_LONG(390)
+#define ERROR_CLOUD_FILE_IN_USE __MSABI_LONG(391)
+#define ERROR_CLOUD_FILE_PINNED __MSABI_LONG(392)
+#define ERROR_CLOUD_FILE_REQUEST_ABORTED __MSABI_LONG(393)
+#define ERROR_CLOUD_FILE_PROPERTY_CORRUPT __MSABI_LONG(394)
+#define ERROR_CLOUD_FILE_ACCESS_DENIED __MSABI_LONG(395)
+#define ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS __MSABI_LONG(396)
+#define ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT __MSABI_LONG(397)
+#define ERROR_CLOUD_FILE_REQUEST_CANCELED __MSABI_LONG(398)
+#define ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED __MSABI_LONG(399)
+#define ERROR_THREAD_MODE_ALREADY_BACKGROUND __MSABI_LONG(400)
+#define ERROR_THREAD_MODE_NOT_BACKGROUND __MSABI_LONG(401)
+#define ERROR_PROCESS_MODE_ALREADY_BACKGROUND __MSABI_LONG(402)
+#define ERROR_PROCESS_MODE_NOT_BACKGROUND __MSABI_LONG(403)
#define ERROR_CASE_DIFFERING_NAMES_IN_DIR __MSABI_LONG(424)
+#define ERROR_NO_SUCH_DEVICE __MSABI_LONG(433)
+#define ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT __MSABI_LONG(480)
+#define ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT __MSABI_LONG(481)
+#define ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT __MSABI_LONG(482)
+#define ERROR_DEVICE_HARDWARE_ERROR __MSABI_LONG(483)
#define ERROR_INVALID_ADDRESS __MSABI_LONG(487)
+#define ERROR_USER_PROFILE_LOAD __MSABI_LONG(500)
#define ERROR_ARITHMETIC_OVERFLOW __MSABI_LONG(534)
#define ERROR_PIPE_CONNECTED __MSABI_LONG(535)
#define ERROR_PIPE_LISTENING __MSABI_LONG(536)
+#define ERROR_VERIFIER_STOP __MSABI_LONG(537)
+#define ERROR_ABIOS_ERROR __MSABI_LONG(538)
+#define ERROR_WX86_WARNING __MSABI_LONG(539)
+#define ERROR_WX86_ERROR __MSABI_LONG(540)
+#define ERROR_TIMER_NOT_CANCELED __MSABI_LONG(541)
+#define ERROR_UNWIND __MSABI_LONG(542)
+#define ERROR_BAD_STACK __MSABI_LONG(543)
+#define ERROR_INVALID_UNWIND_TARGET __MSABI_LONG(544)
+#define ERROR_INVALID_PORT_ATTRIBUTES __MSABI_LONG(545)
+#define ERROR_PORT_MESSAGE_TOO_LONG __MSABI_LONG(546)
+#define ERROR_INVALID_QUOTA_LOWER __MSABI_LONG(547)
+#define ERROR_DEVICE_ALREADY_ATTACHED __MSABI_LONG(548)
+#define ERROR_INSTRUCTION_MISALIGNMENT __MSABI_LONG(549)
+#define ERROR_PROFILING_NOT_STARTED __MSABI_LONG(550)
+#define ERROR_PROFILING_NOT_STOPPED __MSABI_LONG(551)
+#define ERROR_COULD_NOT_INTERPRET __MSABI_LONG(552)
+#define ERROR_PROFILING_AT_LIMIT __MSABI_LONG(553)
+#define ERROR_CANT_WAIT __MSABI_LONG(554)
+#define ERROR_CANT_TERMINATE_SELF __MSABI_LONG(555)
+#define ERROR_UNEXPECTED_MM_CREATE_ERR __MSABI_LONG(556)
+#define ERROR_UNEXPECTED_MM_MAP_ERROR __MSABI_LONG(557)
+#define ERROR_UNEXPECTED_MM_EXTEND_ERR __MSABI_LONG(558)
+#define ERROR_BAD_FUNCTION_TABLE __MSABI_LONG(559)
+#define ERROR_NO_GUID_TRANSLATION __MSABI_LONG(560)
+#define ERROR_INVALID_LDT_SIZE __MSABI_LONG(561)
+#define ERROR_INVALID_LDT_OFFSET __MSABI_LONG(563)
+#define ERROR_INVALID_LDT_DESCRIPTOR __MSABI_LONG(564)
+#define ERROR_TOO_MANY_THREADS __MSABI_LONG(565)
+#define ERROR_THREAD_NOT_IN_PROCESS __MSABI_LONG(566)
+#define ERROR_PAGEFILE_QUOTA_EXCEEDED __MSABI_LONG(567)
+#define ERROR_LOGON_SERVER_CONFLICT __MSABI_LONG(568)
+#define ERROR_SYNCHRONIZATION_REQUIRED __MSABI_LONG(569)
+#define ERROR_NET_OPEN_FAILED __MSABI_LONG(570)
+#define ERROR_IO_PRIVILEGE_FAILED __MSABI_LONG(571)
+#define ERROR_CONTROL_C_EXIT __MSABI_LONG(572)
+#define ERROR_MISSING_SYSTEMFILE __MSABI_LONG(573)
+#define ERROR_UNHANDLED_EXCEPTION __MSABI_LONG(574)
+#define ERROR_APP_INIT_FAILURE __MSABI_LONG(575)
+#define ERROR_PAGEFILE_CREATE_FAILED __MSABI_LONG(576)
+#define ERROR_INVALID_IMAGE_HASH __MSABI_LONG(577)
+#define ERROR_NO_PAGEFILE __MSABI_LONG(578)
+#define ERROR_ILLEGAL_FLOAT_CONTEXT __MSABI_LONG(579)
+#define ERROR_NO_EVENT_PAIR __MSABI_LONG(580)
+#define ERROR_DOMAIN_CTRLR_CONFIG_ERROR __MSABI_LONG(581)
+#define ERROR_ILLEGAL_CHARACTER __MSABI_LONG(582)
+#define ERROR_UNDEFINED_CHARACTER __MSABI_LONG(583)
+#define ERROR_FLOPPY_VOLUME __MSABI_LONG(584)
+#define ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT __MSABI_LONG(585)
+#define ERROR_BACKUP_CONTROLLER __MSABI_LONG(586)
+#define ERROR_MUTANT_LIMIT_EXCEEDED __MSABI_LONG(587)
+#define ERROR_FS_DRIVER_REQUIRED __MSABI_LONG(588)
+#define ERROR_CANNOT_LOAD_REGISTRY_FILE __MSABI_LONG(589)
+#define ERROR_DEBUG_ATTACH_FAILED __MSABI_LONG(590)
+#define ERROR_SYSTEM_PROCESS_TERMINATED __MSABI_LONG(591)
+#define ERROR_DATA_NOT_ACCEPTED __MSABI_LONG(592)
+#define ERROR_VDM_HARD_ERROR __MSABI_LONG(593)
+#define ERROR_DRIVER_CANCEL_TIMEOUT __MSABI_LONG(594)
+#define ERROR_REPLY_MESSAGE_MISMATCH __MSABI_LONG(595)
+#define ERROR_LOST_WRITEBEHIND_DATA __MSABI_LONG(596)
+#define ERROR_CLIENT_SERVER_PARAMETERS_INVALID __MSABI_LONG(597)
+#define ERROR_NOT_TINY_STREAM __MSABI_LONG(598)
+#define ERROR_STACK_OVERFLOW_READ __MSABI_LONG(599)
+#define ERROR_CONVERT_TO_LARGE __MSABI_LONG(600)
+#define ERROR_FOUND_OUT_OF_SCOPE __MSABI_LONG(601)
+#define ERROR_ALLOCATE_BUCKET __MSABI_LONG(602)
+#define ERROR_MARSHALL_OVERFLOW __MSABI_LONG(603)
+#define ERROR_INVALID_VARIANT __MSABI_LONG(604)
+#define ERROR_BAD_COMPRESSION_BUFFER __MSABI_LONG(605)
+#define ERROR_AUDIT_FAILED __MSABI_LONG(606)
+#define ERROR_TIMER_RESOLUTION_NOT_SET __MSABI_LONG(607)
+#define ERROR_INSUFFICIENT_LOGON_INFO __MSABI_LONG(608)
+#define ERROR_BAD_DLL_ENTRYPOINT __MSABI_LONG(609)
+#define ERROR_BAD_SERVICE_ENTRYPOINT __MSABI_LONG(610)
+#define ERROR_IP_ADDRESS_CONFLICT1 __MSABI_LONG(611)
+#define ERROR_IP_ADDRESS_CONFLICT2 __MSABI_LONG(612)
+#define ERROR_REGISTRY_QUOTA_LIMIT __MSABI_LONG(613)
+#define ERROR_NO_CALLBACK_ACTIVE __MSABI_LONG(614)
+#define ERROR_PWD_TOO_SHORT __MSABI_LONG(615)
+#define ERROR_PWD_TOO_RECENT __MSABI_LONG(616)
+#define ERROR_PWD_HISTORY_CONFLICT __MSABI_LONG(617)
+#define ERROR_UNSUPPORTED_COMPRESSION __MSABI_LONG(618)
+#define ERROR_INVALID_HW_PROFILE __MSABI_LONG(619)
+#define ERROR_INVALID_PLUGPLAY_DEVICE_PATH __MSABI_LONG(620)
+#define ERROR_QUOTA_LIST_INCONSISTENT __MSABI_LONG(621)
+#define ERROR_EVALUATION_EXPIRATION __MSABI_LONG(622)
+#define ERROR_ILLEGAL_DLL_RELOCATION __MSABI_LONG(623)
+#define ERROR_DLL_INIT_FAILED_LOGOFF __MSABI_LONG(624)
+#define ERROR_VALIDATE_CONTINUE __MSABI_LONG(625)
+#define ERROR_NO_MORE_MATCHES __MSABI_LONG(626)
+#define ERROR_RANGE_LIST_CONFLICT __MSABI_LONG(627)
+#define ERROR_SERVER_SID_MISMATCH __MSABI_LONG(628)
+#define ERROR_CANT_ENABLE_DENY_ONLY __MSABI_LONG(629)
+#define ERROR_FLOAT_MULTIPLE_FAULTS __MSABI_LONG(630)
+#define ERROR_FLOAT_MULTIPLE_TRAPS __MSABI_LONG(631)
+#define ERROR_NOINTERFACE __MSABI_LONG(632)
+#define ERROR_DRIVER_FAILED_SLEEP __MSABI_LONG(633)
+#define ERROR_CORRUPT_SYSTEM_FILE __MSABI_LONG(634)
#define ERROR_COMMITMENT_MINIMUM __MSABI_LONG(635)
+#define ERROR_PNP_RESTART_ENUMERATION __MSABI_LONG(636)
+#define ERROR_SYSTEM_IMAGE_BAD_SIGNATURE __MSABI_LONG(637)
+#define ERROR_PNP_REBOOT_REQUIRED __MSABI_LONG(638)
+#define ERROR_INSUFFICIENT_POWER __MSABI_LONG(639)
+#define ERROR_MULTIPLE_FAULT_VIOLATION __MSABI_LONG(640)
+#define ERROR_SYSTEM_SHUTDOWN __MSABI_LONG(641)
+#define ERROR_PORT_NOT_SET __MSABI_LONG(642)
+#define ERROR_DS_VERSION_CHECK_FAILURE __MSABI_LONG(643)
+#define ERROR_RANGE_NOT_FOUND __MSABI_LONG(644)
+#define ERROR_NOT_SAFE_MODE_DRIVER __MSABI_LONG(646)
+#define ERROR_FAILED_DRIVER_ENTRY __MSABI_LONG(647)
+#define ERROR_DEVICE_ENUMERATION_ERROR __MSABI_LONG(648)
+#define ERROR_MOUNT_POINT_NOT_RESOLVED __MSABI_LONG(649)
+#define ERROR_INVALID_DEVICE_OBJECT_PARAMETER __MSABI_LONG(650)
+#define ERROR_MCA_OCCURED __MSABI_LONG(651)
+#define ERROR_DRIVER_DATABASE_ERROR __MSABI_LONG(652)
+#define ERROR_SYSTEM_HIVE_TOO_LARGE __MSABI_LONG(653)
+#define ERROR_DRIVER_FAILED_PRIOR_UNLOAD __MSABI_LONG(654)
+#define ERROR_VOLSNAP_PREPARE_HIBERNATE __MSABI_LONG(655)
+#define ERROR_HIBERNATION_FAILURE __MSABI_LONG(656)
+#define ERROR_PWD_TOO_LONG __MSABI_LONG(657)
+#define ERROR_FILE_SYSTEM_LIMITATION __MSABI_LONG(665)
+#define ERROR_ASSERTION_FAILURE __MSABI_LONG(668)
+#define ERROR_ACPI_ERROR __MSABI_LONG(669)
+#define ERROR_WOW_ASSERTION __MSABI_LONG(670)
+#define ERROR_PNP_BAD_MPS_TABLE __MSABI_LONG(671)
+#define ERROR_PNP_TRANSLATION_FAILED __MSABI_LONG(672)
+#define ERROR_PNP_IRQ_TRANSLATION_FAILED __MSABI_LONG(673)
+#define ERROR_PNP_INVALID_ID __MSABI_LONG(674)
+#define ERROR_WAKE_SYSTEM_DEBUGGER __MSABI_LONG(675)
+#define ERROR_HANDLES_CLOSED __MSABI_LONG(676)
+#define ERROR_EXTRANEOUS_INFORMATION __MSABI_LONG(677)
+#define ERROR_RXACT_COMMIT_NECESSARY __MSABI_LONG(678)
+#define ERROR_MEDIA_CHECK __MSABI_LONG(679)
+#define ERROR_GUID_SUBSTITUTION_MADE __MSABI_LONG(680)
+#define ERROR_STOPPED_ON_SYMLINK __MSABI_LONG(681)
+#define ERROR_LONGJUMP __MSABI_LONG(682)
+#define ERROR_PLUGPLAY_QUERY_VETOED __MSABI_LONG(683)
+#define ERROR_UNWIND_CONSOLIDATE __MSABI_LONG(684)
+#define ERROR_REGISTRY_HIVE_RECOVERED __MSABI_LONG(685)
+#define ERROR_DLL_MIGHT_BE_INSECURE __MSABI_LONG(686)
+#define ERROR_DLL_MIGHT_BE_INCOMPATIBLE __MSABI_LONG(687)
+#define ERROR_DBG_EXCEPTION_NOT_HANDLED __MSABI_LONG(688)
+#define ERROR_DBG_REPLY_LATER __MSABI_LONG(689)
+#define ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE __MSABI_LONG(690)
+#define ERROR_DBG_TERMINATE_THREAD __MSABI_LONG(691)
+#define ERROR_DBG_TERMINATE_PROCESS __MSABI_LONG(692)
+#define ERROR_DBG_CONTROL_C __MSABI_LONG(693)
+#define ERROR_DBG_PRINTEXCEPTION_C __MSABI_LONG(694)
+#define ERROR_DBG_RIPEXCEPTION __MSABI_LONG(695)
+#define ERROR_DBG_CONTROL_BREAK __MSABI_LONG(696)
+#define ERROR_DBG_COMMAND_EXCEPTION __MSABI_LONG(697)
+#define ERROR_OBJECT_NAME_EXISTS __MSABI_LONG(698)
+#define ERROR_THREAD_WAS_SUSPENDED __MSABI_LONG(699)
+#define ERROR_IMAGE_NOT_AT_BASE __MSABI_LONG(700)
+#define ERROR_RXACT_STATE_CREATED __MSABI_LONG(701)
+#define ERROR_SEGMENT_NOTIFICATION __MSABI_LONG(702)
+#define ERROR_BAD_CURRENT_DIRECTORY __MSABI_LONG(703)
+#define ERROR_FT_READ_RECOVERY_FROM_BACKUP __MSABI_LONG(704)
+#define ERROR_FT_WRITE_RECOVERY __MSABI_LONG(705)
+#define ERROR_IMAGE_MACHINE_TYPE_MISMATCH __MSABI_LONG(706)
+#define ERROR_RECEIVE_PARTIAL __MSABI_LONG(707)
+#define ERROR_RECEIVE_EXPEDITED __MSABI_LONG(708)
+#define ERROR_RECEIVE_PARTIAL_EXPEDITED __MSABI_LONG(709)
+#define ERROR_EVENT_DONE __MSABI_LONG(710)
+#define ERROR_EVENT_PENDING __MSABI_LONG(711)
+#define ERROR_CHECKING_FILE_SYSTEM __MSABI_LONG(712)
+#define ERROR_FATAL_APP_EXIT __MSABI_LONG(713)
+#define ERROR_PREDEFINED_HANDLE __MSABI_LONG(714)
+#define ERROR_WAS_UNLOCKED __MSABI_LONG(715)
+#define ERROR_SERVICE_NOTIFICATION __MSABI_LONG(716)
+#define ERROR_WAS_LOCKED __MSABI_LONG(717)
+#define ERROR_LOG_HARD_ERROR __MSABI_LONG(718)
+#define ERROR_ALREADY_WIN32 __MSABI_LONG(719)
+#define ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE __MSABI_LONG(720)
+#define ERROR_NO_YIELD_PERFORMED __MSABI_LONG(721)
+#define ERROR_TIMER_RESUME_IGNORED __MSABI_LONG(722)
+#define ERROR_ARBITRATION_UNHANDLED __MSABI_LONG(723)
+#define ERROR_CARDBUS_NOT_SUPPORTED __MSABI_LONG(724)
+#define ERROR_MP_PROCESSOR_MISMATCH __MSABI_LONG(725)
+#define ERROR_HIBERNATED __MSABI_LONG(726)
+#define ERROR_RESUME_HIBERNATION __MSABI_LONG(727)
+#define ERROR_FIRMWARE_UPDATED __MSABI_LONG(728)
+#define ERROR_DRIVERS_LEAKING_LOCKED_PAGES __MSABI_LONG(729)
#define ERROR_WAKE_SYSTEM __MSABI_LONG(730)
#define ERROR_WAIT_1 __MSABI_LONG(731)
#define ERROR_WAIT_2 __MSABI_LONG(732)
@@ -263,6 +548,81 @@
#define ERROR_USER_APC __MSABI_LONG(737)
#define ERROR_KERNEL_APC __MSABI_LONG(738)
#define ERROR_ALERTED __MSABI_LONG(739)
+#define ERROR_ELEVATION_REQUIRED __MSABI_LONG(740)
+#define ERROR_REPARSE __MSABI_LONG(741)
+#define ERROR_OPLOCK_BREAK_IN_PROGRESS __MSABI_LONG(742)
+#define ERROR_VOLUME_MOUNTED __MSABI_LONG(743)
+#define ERROR_RXACT_COMMITTED __MSABI_LONG(744)
+#define ERROR_NOTIFY_CLEANUP __MSABI_LONG(745)
+#define ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED __MSABI_LONG(746)
+#define ERROR_PAGE_FAULT_TRANSITION __MSABI_LONG(747)
+#define ERROR_PAGE_FAULT_DEMAND_ZERO __MSABI_LONG(748)
+#define ERROR_PAGE_FAULT_COPY_ON_WRITE __MSABI_LONG(749)
+#define ERROR_PAGE_FAULT_GUARD_PAGE __MSABI_LONG(750)
+#define ERROR_PAGE_FAULT_PAGING_FILE __MSABI_LONG(751)
+#define ERROR_CACHE_PAGE_LOCKED __MSABI_LONG(752)
+#define ERROR_CRASH_DUMP __MSABI_LONG(753)
+#define ERROR_BUFFER_ALL_ZEROS __MSABI_LONG(754)
+#define ERROR_REPARSE_OBJECT __MSABI_LONG(755)
+#define ERROR_RESOURCE_REQUIREMENTS_CHANGED __MSABI_LONG(756)
+#define ERROR_TRANSLATION_COMPLETE __MSABI_LONG(757)
+#define ERROR_NOTHING_TO_TERMINATE __MSABI_LONG(758)
+#define ERROR_PROCESS_NOT_IN_JOB __MSABI_LONG(759)
+#define ERROR_PROCESS_IN_JOB __MSABI_LONG(760)
+#define ERROR_VOLSNAP_HIBERNATE_READY __MSABI_LONG(761)
+#define ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY __MSABI_LONG(762)
+#define ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED __MSABI_LONG(763)
+#define ERROR_INTERRUPT_STILL_CONNECTED __MSABI_LONG(764)
+#define ERROR_WAIT_FOR_OPLOCK __MSABI_LONG(765)
+#define ERROR_DBG_EXCEPTION_HANDLED __MSABI_LONG(766)
+#define ERROR_DBG_CONTINUE __MSABI_LONG(767)
+#define ERROR_CALLBACK_POP_STACK __MSABI_LONG(768)
+#define ERROR_COMPRESSION_DISABLED __MSABI_LONG(769)
+#define ERROR_CANTFETCHBACKWARDS __MSABI_LONG(770)
+#define ERROR_CANTSCROLLBACKWARDS __MSABI_LONG(771)
+#define ERROR_ROWSNOTRELEASED __MSABI_LONG(772)
+#define ERROR_BAD_ACCESSOR_FLAGS __MSABI_LONG(773)
+#define ERROR_ERRORS_ENCOUNTERED __MSABI_LONG(774)
+#define ERROR_NOT_CAPABLE __MSABI_LONG(775)
+#define ERROR_REQUEST_OUT_OF_SEQUENCE __MSABI_LONG(776)
+#define ERROR_VERSION_PARSE_ERROR __MSABI_LONG(777)
+#define ERROR_BADSTARTPOSITION __MSABI_LONG(778)
+#define ERROR_MEMORY_HARDWARE __MSABI_LONG(779)
+#define ERROR_DISK_REPAIR_DISABLED __MSABI_LONG(780)
+#define ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE 781)
+#define ERROR_SYSTEM_POWERSTATE_TRANSITION __MSABI_LONG(782)
+#define ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION __MSABI_LONG(783)
+#define ERROR_MCA_EXCEPTION __MSABI_LONG(784)
+#define ERROR_ACCESS_AUDIT_BY_POLICY __MSABI_LONG(785)
+#define ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY __MSABI_LONG(786)
+#define ERROR_ABANDON_HIBERFILE __MSABI_LONG(787)
+#define ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED __MSABI_LONG(788)
+#define ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR __MSABI_LONG(789)
+#define ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR __MSABI_LONG(790)
+#define ERROR_BAD_MCFG_TABLE __MSABI_LONG(791)
+#define ERROR_DISK_REPAIR_REDIRECTED __MSABI_LONG(792)
+#define ERROR_DISK_REPAIR_UNSUCCESSFUL __MSABI_LONG(793)
+#define ERROR_CORRUPT_LOG_OVERFULL __MSABI_LONG(794)
+#define ERROR_CORRUPT_LOG_CORRUPTED __MSABI_LONG(795)
+#define ERROR_CORRUPT_LOG_UNAVAILABLE __MSABI_LONG(796)
+#define ERROR_CORRUPT_LOG_DELETED_FULL __MSABI_LONG(797)
+#define ERROR_CORRUPT_LOG_CLEARED __MSABI_LONG(798)
+#define ERROR_ORPHAN_NAME_EXHAUSTED __MSABI_LONG(799)
+#define ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE __MSABI_LONG(800)
+#define ERROR_CANNOT_GRANT_REQUESTED_OPLOCK __MSABI_LONG(801)
+#define ERROR_CANNOT_BREAK_OPLOCK __MSABI_LONG(802)
+#define ERROR_OPLOCK_HANDLE_CLOSED __MSABI_LONG(803)
+#define ERROR_NO_ACE_CONDITION __MSABI_LONG(804)
+#define ERROR_INVALID_ACE_CONDITION __MSABI_LONG(805)
+#define ERROR_FILE_HANDLE_REVOKED __MSABI_LONG(806)
+#define ERROR_IMAGE_AT_DIFFERENT_BASE __MSABI_LONG(807)
+#define ERROR_ENCRYPTED_IO_NOT_POSSIBLE __MSABI_LONG(808)
+#define ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS __MSABI_LONG(809)
+#define ERROR_QUOTA_ACTIVITY __MSABI_LONG(810)
+#define ERROR_HANDLE_REVOKED __MSABI_LONG(811)
+#define ERROR_CALLBACK_INVOKE_INLINE __MSABI_LONG(812)
+#define ERROR_CPU_SET_INVALID __MSABI_LONG(813)
+#define ERROR_ENCLAVE_NOT_TERMINATED __MSABI_LONG(814)
#define ERROR_EA_ACCESS_DENIED __MSABI_LONG(994)
#define ERROR_OPERATION_ABORTED __MSABI_LONG(995)
#define ERROR_IO_INCOMPLETE __MSABI_LONG(996)
@@ -392,6 +752,8 @@
#define ERROR_JOURNAL_NOT_ACTIVE __MSABI_LONG(1179)
#define ERROR_POTENTIAL_FILE_FOUND __MSABI_LONG(1180)
#define ERROR_JOURNAL_ENTRY_DELETED __MSABI_LONG(1181)
+#define ERROR_VRF_CFG_ENABLED __MSABI_LONG(1183)
+#define ERROR_PARTITION_TERMINATING __MSABI_LONG(1184)
#define ERROR_BAD_DEVICE __MSABI_LONG(1200)
#define ERROR_CONNECTION_UNAVAIL __MSABI_LONG(1201)
#define ERROR_DEVICE_ALREADY_REMEMBERED __MSABI_LONG(1202)
@@ -474,6 +836,18 @@
#define ERROR_DELAY_LOAD_FAILED __MSABI_LONG(1285)
#define ERROR_VDM_DISALLOWED __MSABI_LONG(1286)
#define ERROR_UNIDENTIFIED_ERROR __MSABI_LONG(1287)
+#define ERROR_INVALID_CRUNTIME_PARAMETER __MSABI_LONG(1288)
+#define ERROR_BEYOND_VDL __MSABI_LONG(1289)
+#define ERROR_INCOMPATIBLE_SERVICE_SID_TYPE __MSABI_LONG(1290)
+#define ERROR_DRIVER_PROCESS_TERMINATED __MSABI_LONG(1291)
+#define ERROR_IMPLEMENTATION_LIMIT __MSABI_LONG(1292)
+#define ERROR_PROCESS_IS_PROTECTED __MSABI_LONG(1293)
+#define ERROR_SERVICE_NOTIFY_CLIENT_LAGGING __MSABI_LONG(1294)
+#define ERROR_DISK_QUOTA_EXCEEDED __MSABI_LONG(1295)
+#define ERROR_CONTENT_BLOCKED __MSABI_LONG(1296)
+#define ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE __MSABI_LONG(1297)
+#define ERROR_APP_HANG __MSABI_LONG(1298)
+#define ERROR_INVALID_LABEL __MSABI_LONG(1299)
#define ERROR_NOT_ALL_ASSIGNED __MSABI_LONG(1300)
#define ERROR_SOME_NOT_MAPPED __MSABI_LONG(1301)
#define ERROR_NO_QUOTAS_FOR_ACCOUNT __MSABI_LONG(1302)
@@ -649,6 +1023,11 @@
#define ERROR_EVENTLOG_CANT_START __MSABI_LONG(1501)
#define ERROR_LOG_FILE_FULL __MSABI_LONG(1502)
#define ERROR_EVENTLOG_FILE_CHANGED __MSABI_LONG(1503)
+#define ERROR_CONTAINER_ASSIGNED __MSABI_LONG(1504)
+#define ERROR_JOB_NO_CONTAINER __MSABI_LONG(1505)
+#define ERROR_INVALID_TASK_NAME __MSABI_LONG(1550)
+#define ERROR_INVALID_TASK_INDEX __MSABI_LONG(1551)
+#define ERROR_THREAD_ALREADY_IN_TASK __MSABI_LONG(1552)
#define ERROR_INSTALL_SERVICE_FAILURE __MSABI_LONG(1601)
#define ERROR_INSTALL_USEREXIT __MSABI_LONG(1602)
#define ERROR_INSTALL_FAILURE __MSABI_LONG(1603)
@@ -694,6 +1073,20 @@
#define ERROR_PATCH_PACKAGE_REJECTED __MSABI_LONG(1643)
#define ERROR_INSTALL_TRANSFORM_REJECTED __MSABI_LONG(1644)
#define ERROR_INSTALL_REMOTE_PROHIBITED __MSABI_LONG(1645)
+#define ERROR_PATCH_REMOVAL_UNSUPPORTED __MSABI_LONG(1646)
+#define ERROR_UNKNOWN_PATCH __MSABI_LONG(1647)
+#define ERROR_PATCH_NO_SEQUENCE __MSABI_LONG(1648)
+#define ERROR_PATCH_REMOVAL_DISALLOWED __MSABI_LONG(1649)
+#define ERROR_INVALID_PATCH_XML __MSABI_LONG(1650)
+#define ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT __MSABI_LONG(1651)
+#define ERROR_INSTALL_SERVICE_SAFEBOOT __MSABI_LONG(1652)
+#define ERROR_FAIL_FAST_EXCEPTION __MSABI_LONG(1653)
+#define ERROR_INSTALL_REJECTED __MSABI_LONG(1654)
+#define ERROR_DYNAMIC_CODE_BLOCKED __MSABI_LONG(1655)
+#define ERROR_NOT_SAME_OBJECT __MSABI_LONG(1656)
+#define ERROR_STRICT_CFG_VIOLATION __MSABI_LONG(1657)
+#define ERROR_SET_CONTEXT_DENIED __MSABI_LONG(1660)
+#define ERROR_CROSS_PARTITION_VIOLATION __MSABI_LONG(1661)
#define RPC_S_INVALID_STRING_BINDING __MSABI_LONG(1700)
#define RPC_S_WRONG_KIND_OF_BINDING __MSABI_LONG(1701)
#define RPC_S_INVALID_BINDING __MSABI_LONG(1702)
@@ -867,6 +1260,9 @@
#define ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED __MSABI_LONG(1934)
#define ERROR_AUTHENTICATION_FIREWALL_FAILED __MSABI_LONG(1935)
#define ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED __MSABI_LONG(1936)
+#define ERROR_NTLM_BLOCKED __MSABI_LONG(1937)
+#define ERROR_PASSWORD_CHANGE_REQUIRED __MSABI_LONG(1938)
+#define ERROR_LOST_MODE_LOGON_RESTRICTION __MSABI_LONG(1939)
#define ERROR_INVALID_PIXEL_FORMAT __MSABI_LONG(2000)
#define ERROR_BAD_DRIVER __MSABI_LONG(2001)
#define ERROR_INVALID_WINDOW_STYLE __MSABI_LONG(2002)
@@ -908,6 +1304,7 @@
#define ERROR_PRINTER_NOT_FOUND __MSABI_LONG(3012)
#define ERROR_PRINTER_DRIVER_WARNED __MSABI_LONG(3013)
#define ERROR_PRINTER_DRIVER_BLOCKED __MSABI_LONG(3014)
+#define ERROR_REQUEST_PAUSED __MSABI_LONG(3050)
#define ERROR_WINS_INTERNAL __MSABI_LONG(4000)
#define ERROR_CAN_NOT_DEL_LOCAL_WINS __MSABI_LONG(4001)
#define ERROR_STATIC_INIT __MSABI_LONG(4002)
@@ -981,6 +1378,34 @@
#define ERROR_INVALID_REPARSE_DATA __MSABI_LONG(4392)
#define ERROR_REPARSE_TAG_INVALID __MSABI_LONG(4393)
#define ERROR_REPARSE_TAG_MISMATCH __MSABI_LONG(4394)
+#define ERROR_REPARSE_POINT_ENCOUNTERED __MSABI_LONG(4395)
+#define ERROR_APP_DATA_NOT_FOUND __MSABI_LONG(4400)
+#define ERROR_APP_DATA_EXPIRED __MSABI_LONG(4401)
+#define ERROR_APP_DATA_CORRUPT __MSABI_LONG(4402)
+#define ERROR_APP_DATA_LIMIT_EXCEEDED __MSABI_LONG(4403)
+#define ERROR_APP_DATA_REBOOT_REQUIRED __MSABI_LONG(4404)
+#define ERROR_SECUREBOOT_ROLLBACK_DETECTED __MSABI_LONG(4420)
+#define ERROR_SECUREBOOT_POLICY_VIOLATION __MSABI_LONG(4421)
+#define ERROR_SECUREBOOT_INVALID_POLICY __MSABI_LONG(4422)
+#define ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND __MSABI_LONG(4423)
+#define ERROR_SECUREBOOT_POLICY_NOT_SIGNED __MSABI_LONG(4424)
+#define ERROR_SECUREBOOT_NOT_ENABLED __MSABI_LONG(4425)
+#define ERROR_SECUREBOOT_FILE_REPLACED __MSABI_LONG(4426)
+#define ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED __MSABI_LONG(4427)
+#define ERROR_SECUREBOOT_POLICY_UNKNOWN __MSABI_LONG(4428)
+#define ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION 4429)
+#define ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH __MSABI_LONG(4430)
+#define ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED __MSABI_LONG(4431)
+#define ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH __MSABI_LONG(4432)
+#define ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING __MSABI_LONG(4433)
+#define ERROR_SECUREBOOT_NOT_BASE_POLICY __MSABI_LONG(4434)
+#define ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY __MSABI_LONG(4435)
+#define ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED __MSABI_LONG(4440)
+#define ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED __MSABI_LONG(4441)
+#define ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED __MSABI_LONG(4442)
+#define ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED __MSABI_LONG(4443)
+#define ERROR_ALREADY_HAS_STREAM_ID __MSABI_LONG(4444)
+#define ERROR_SMR_GARBAGE_COLLECTION_REQUIRED __MSABI_LONG(4445)
#define ERROR_VOLUME_NOT_SIS_ENABLED __MSABI_LONG(4500)
#define ERROR_DEPENDENT_RESOURCE_EXISTS __MSABI_LONG(5001)
#define ERROR_DEPENDENCY_NOT_FOUND __MSABI_LONG(5002)
@@ -1086,6 +1511,100 @@
#define ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT __MSABI_LONG(5903)
#define ERROR_CLUSTER_OLD_VERSION __MSABI_LONG(5904)
#define ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME __MSABI_LONG(5905)
+#define ERROR_CLUSTER_NO_NET_ADAPTERS __MSABI_LONG(5906)
+#define ERROR_CLUSTER_POISONED __MSABI_LONG(5907)
+#define ERROR_CLUSTER_GROUP_MOVING __MSABI_LONG(5908)
+#define ERROR_CLUSTER_RESOURCE_TYPE_BUSY __MSABI_LONG(5909)
+#define ERROR_RESOURCE_CALL_TIMED_OUT __MSABI_LONG(5910)
+#define ERROR_INVALID_CLUSTER_IPV6_ADDRESS __MSABI_LONG(5911)
+#define ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION __MSABI_LONG(5912)
+#define ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS __MSABI_LONG(5913)
+#define ERROR_CLUSTER_PARTIAL_SEND __MSABI_LONG(5914)
+#define ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION __MSABI_LONG(5915)
+#define ERROR_CLUSTER_INVALID_STRING_TERMINATION __MSABI_LONG(5916)
+#define ERROR_CLUSTER_INVALID_STRING_FORMAT __MSABI_LONG(5917)
+#define ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS __MSABI_LONG(5918)
+#define ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS 5919)
+#define ERROR_CLUSTER_NULL_DATA __MSABI_LONG(5920)
+#define ERROR_CLUSTER_PARTIAL_READ __MSABI_LONG(5921)
+#define ERROR_CLUSTER_PARTIAL_WRITE __MSABI_LONG(5922)
+#define ERROR_CLUSTER_CANT_DESERIALIZE_DATA __MSABI_LONG(5923)
+#define ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT __MSABI_LONG(5924)
+#define ERROR_CLUSTER_NO_QUORUM __MSABI_LONG(5925)
+#define ERROR_CLUSTER_INVALID_IPV6_NETWORK __MSABI_LONG(5926)
+#define ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK __MSABI_LONG(5927)
+#define ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP __MSABI_LONG(5928)
+#define ERROR_DEPENDENCY_TREE_TOO_COMPLEX __MSABI_LONG(5929)
+#define ERROR_EXCEPTION_IN_RESOURCE_CALL __MSABI_LONG(5930)
+#define ERROR_CLUSTER_RHS_FAILED_INITIALIZATION __MSABI_LONG(5931)
+#define ERROR_CLUSTER_NOT_INSTALLED __MSABI_LONG(5932)
+#define ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE 5933)
+#define ERROR_CLUSTER_MAX_NODES_IN_CLUSTER __MSABI_LONG(5934)
+#define ERROR_CLUSTER_TOO_MANY_NODES __MSABI_LONG(5935)
+#define ERROR_CLUSTER_OBJECT_ALREADY_USED __MSABI_LONG(5936)
+#define ERROR_NONCORE_GROUPS_FOUND __MSABI_LONG(5937)
+#define ERROR_FILE_SHARE_RESOURCE_CONFLICT __MSABI_LONG(5938)
+#define ERROR_CLUSTER_EVICT_INVALID_REQUEST __MSABI_LONG(5939)
+#define ERROR_CLUSTER_SINGLETON_RESOURCE __MSABI_LONG(5940)
+#define ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE __MSABI_LONG(5941)
+#define ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED __MSABI_LONG(5942)
+#define ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR __MSABI_LONG(5943)
+#define ERROR_CLUSTER_GROUP_BUSY __MSABI_LONG(5944)
+#define ERROR_CLUSTER_NOT_SHARED_VOLUME __MSABI_LONG(5945)
+#define ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR __MSABI_LONG(5946)
+#define ERROR_CLUSTER_SHARED_VOLUMES_IN_USE __MSABI_LONG(5947)
+#define ERROR_CLUSTER_USE_SHARED_VOLUMES_API __MSABI_LONG(5948)
+#define ERROR_CLUSTER_BACKUP_IN_PROGRESS __MSABI_LONG(5949)
+#define ERROR_NON_CSV_PATH __MSABI_LONG(5950)
+#define ERROR_CSV_VOLUME_NOT_LOCAL __MSABI_LONG(5951)
+#define ERROR_CLUSTER_WATCHDOG_TERMINATING __MSABI_LONG(5952)
+#define ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES 5953)
+#define ERROR_CLUSTER_INVALID_NODE_WEIGHT __MSABI_LONG(5954)
+#define ERROR_CLUSTER_RESOURCE_VETOED_CALL __MSABI_LONG(5955)
+#define ERROR_RESMON_SYSTEM_RESOURCES_LACKING __MSABI_LONG(5956)
+#define ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION 5957)
+#define ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE 5958)
+#define ERROR_CLUSTER_GROUP_QUEUED __MSABI_LONG(5959)
+#define ERROR_CLUSTER_RESOURCE_LOCKED_STATUS __MSABI_LONG(5960)
+#define ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED __MSABI_LONG(5961)
+#define ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS __MSABI_LONG(5962)
+#define ERROR_CLUSTER_DISK_NOT_CONNECTED __MSABI_LONG(5963)
+#define ERROR_DISK_NOT_CSV_CAPABLE __MSABI_LONG(5964)
+#define ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE __MSABI_LONG(5965)
+#define ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED __MSABI_LONG(5966)
+#define ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED __MSABI_LONG(5967)
+#define ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES __MSABI_LONG(5968)
+#define ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES 5969)
+#define ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE __MSABI_LONG(5970)
+#define ERROR_CLUSTER_AFFINITY_CONFLICT __MSABI_LONG(5971)
+#define ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE __MSABI_LONG(5972)
+#define ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS __MSABI_LONG(5973)
+#define ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED __MSABI_LONG(5974)
+#define ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED __MSABI_LONG(5975)
+#define ERROR_CLUSTER_UPGRADE_IN_PROGRESS __MSABI_LONG(5976)
+#define ERROR_CLUSTER_UPGRADE_INCOMPLETE __MSABI_LONG(5977)
+#define ERROR_CLUSTER_NODE_IN_GRACE_PERIOD __MSABI_LONG(5978)
+#define ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT __MSABI_LONG(5979)
+#define ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER __MSABI_LONG(5980)
+#define ERROR_CLUSTER_RESOURCE_NOT_MONITORED __MSABI_LONG(5981)
+#define ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED 5982)
+#define ERROR_CLUSTER_RESOURCE_IS_REPLICATED __MSABI_LONG(5983)
+#define ERROR_CLUSTER_NODE_ISOLATED __MSABI_LONG(5984)
+#define ERROR_CLUSTER_NODE_QUARANTINED __MSABI_LONG(5985)
+#define ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED __MSABI_LONG(5986)
+#define ERROR_CLUSTER_SPACE_DEGRADED __MSABI_LONG(5987)
+#define ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED __MSABI_LONG(5988)
+#define ERROR_CLUSTER_CSV_INVALID_HANDLE __MSABI_LONG(5989)
+#define ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR __MSABI_LONG(5990)
+#define ERROR_GROUPSET_NOT_AVAILABLE __MSABI_LONG(5991)
+#define ERROR_GROUPSET_NOT_FOUND __MSABI_LONG(5992)
+#define ERROR_GROUPSET_CANT_PROVIDE __MSABI_LONG(5993)
+#define ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND __MSABI_LONG(5994)
+#define ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY __MSABI_LONG(5995)
+#define ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION __MSABI_LONG(5996)
+#define ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS __MSABI_LONG(5997)
+#define ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME 5998)
+#define ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE __MSABI_LONG(5999)
#define ERROR_ENCRYPTION_FAILED __MSABI_LONG(6000)
#define ERROR_DECRYPTION_FAILED __MSABI_LONG(6001)
#define ERROR_FILE_ENCRYPTED __MSABI_LONG(6002)
@@ -1103,8 +1622,68 @@
#define ERROR_VOLUME_NOT_SUPPORT_EFS __MSABI_LONG(6014)
#define ERROR_EFS_DISABLED __MSABI_LONG(6015)
#define ERROR_EFS_VERSION_NOT_SUPPORT __MSABI_LONG(6016)
+#define ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE __MSABI_LONG(6017)
+#define ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER __MSABI_LONG(6018)
+#define ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE __MSABI_LONG(6019)
+#define ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE __MSABI_LONG(6020)
+#define ERROR_CS_ENCRYPTION_FILE_NOT_CSE __MSABI_LONG(6021)
+#define ERROR_ENCRYPTION_POLICY_DENIES_OPERATION __MSABI_LONG(6022)
#define ERROR_NO_BROWSER_SERVERS_FOUND __MSABI_LONG(6118)
#define SCHED_E_SERVICE_NOT_LOCALSYSTEM __MSABI_LONG(6200)
+#define ERROR_TRANSACTIONAL_CONFLICT __MSABI_LONG(6800)
+#define ERROR_RM_NOT_ACTIVE __MSABI_LONG(6801)
+#define ERROR_RM_METADATA_CORRUPT __MSABI_LONG(6802)
+#define ERROR_DIRECTORY_NOT_RM __MSABI_LONG(6803)
+#define ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE __MSABI_LONG(6805)
+#define ERROR_LOG_RESIZE_INVALID_SIZE __MSABI_LONG(6806)
+#define ERROR_OBJECT_NO_LONGER_EXISTS __MSABI_LONG(6807)
+#define ERROR_STREAM_MINIVERSION_NOT_FOUND __MSABI_LONG(6808)
+#define ERROR_STREAM_MINIVERSION_NOT_VALID __MSABI_LONG(6809)
+#define ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION 6810)
+#define ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT __MSABI_LONG(6811)
+#define ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS __MSABI_LONG(6812)
+#define ERROR_REMOTE_FILE_VERSION_MISMATCH __MSABI_LONG(6814)
+#define ERROR_HANDLE_NO_LONGER_VALID __MSABI_LONG(6815)
+#define ERROR_NO_TXF_METADATA __MSABI_LONG(6816)
+#define ERROR_LOG_CORRUPTION_DETECTED __MSABI_LONG(6817)
+#define ERROR_CANT_RECOVER_WITH_HANDLE_OPEN __MSABI_LONG(6818)
+#define ERROR_RM_DISCONNECTED __MSABI_LONG(6819)
+#define ERROR_ENLISTMENT_NOT_SUPERIOR __MSABI_LONG(6820)
+#define ERROR_RECOVERY_NOT_NEEDED __MSABI_LONG(6821)
+#define ERROR_RM_ALREADY_STARTED __MSABI_LONG(6822)
+#define ERROR_FILE_IDENTITY_NOT_PERSISTENT __MSABI_LONG(6823)
+#define ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY __MSABI_LONG(6824)
+#define ERROR_CANT_CROSS_RM_BOUNDARY __MSABI_LONG(6825)
+#define ERROR_TXF_DIR_NOT_EMPTY __MSABI_LONG(6826)
+#define ERROR_INDOUBT_TRANSACTIONS_EXIST __MSABI_LONG(6827)
+#define ERROR_TM_VOLATILE __MSABI_LONG(6828)
+#define ERROR_ROLLBACK_TIMER_EXPIRED __MSABI_LONG(6829)
+#define ERROR_TXF_ATTRIBUTE_CORRUPT __MSABI_LONG(6830)
+#define ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION __MSABI_LONG(6831)
+#define ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED __MSABI_LONG(6832)
+#define ERROR_LOG_GROWTH_FAILED __MSABI_LONG(6833)
+#define ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE __MSABI_LONG(6834)
+#define ERROR_TXF_METADATA_ALREADY_PRESENT __MSABI_LONG(6835)
+#define ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET __MSABI_LONG(6836)
+#define ERROR_TRANSACTION_REQUIRED_PROMOTION __MSABI_LONG(6837)
+#define ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION __MSABI_LONG(6838)
+#define ERROR_TRANSACTIONS_NOT_FROZEN __MSABI_LONG(6839)
+#define ERROR_TRANSACTION_FREEZE_IN_PROGRESS __MSABI_LONG(6840)
+#define ERROR_NOT_SNAPSHOT_VOLUME __MSABI_LONG(6841)
+#define ERROR_NO_SAVEPOINT_WITH_OPEN_FILES __MSABI_LONG(6842)
+#define ERROR_DATA_LOST_REPAIR __MSABI_LONG(6843)
+#define ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION __MSABI_LONG(6844)
+#define ERROR_TM_IDENTITY_MISMATCH __MSABI_LONG(6845)
+#define ERROR_FLOATED_SECTION __MSABI_LONG(6846)
+#define ERROR_CANNOT_ACCEPT_TRANSACTED_WORK __MSABI_LONG(6847)
+#define ERROR_CANNOT_ABORT_TRANSACTIONS __MSABI_LONG(6848)
+#define ERROR_BAD_CLUSTERS __MSABI_LONG(6849)
+#define ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION __MSABI_LONG(6850)
+#define ERROR_VOLUME_DIRTY __MSABI_LONG(6851)
+#define ERROR_NO_LINK_TRACKING_IN_TRANSACTION __MSABI_LONG(6852)
+#define ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION __MSABI_LONG(6853)
+#define ERROR_EXPIRED_HANDLE __MSABI_LONG(6854)
+#define ERROR_TRANSACTION_NOT_ENLISTED __MSABI_LONG(6855)
#define ERROR_CTX_WINSTATION_NAME_INVALID __MSABI_LONG(7001)
#define ERROR_CTX_INVALID_PD __MSABI_LONG(7002)
#define ERROR_CTX_PD_NOT_FOUND __MSABI_LONG(7003)
@@ -1145,6 +1724,17 @@
#define ERROR_CTX_SHADOW_NOT_RUNNING __MSABI_LONG(7057)
#define ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE __MSABI_LONG(7058)
#define ERROR_ACTIVATION_COUNT_EXCEEDED __MSABI_LONG(7059)
+#define ERROR_CTX_WINSTATIONS_DISABLED __MSABI_LONG(7060)
+#define ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED __MSABI_LONG(7061)
+#define ERROR_CTX_SESSION_IN_USE __MSABI_LONG(7062)
+#define ERROR_CTX_NO_FORCE_LOGOFF __MSABI_LONG(7063)
+#define ERROR_CTX_ACCOUNT_RESTRICTION __MSABI_LONG(7064)
+#define ERROR_RDP_PROTOCOL_ERROR __MSABI_LONG(7065)
+#define ERROR_CTX_CDM_CONNECT __MSABI_LONG(7066)
+#define ERROR_CTX_CDM_DISCONNECT __MSABI_LONG(7067)
+#define ERROR_CTX_SECURITY_LAYER_ERROR __MSABI_LONG(7068)
+#define ERROR_TS_INCOMPATIBLE_SESSIONS __MSABI_LONG(7069)
+#define ERROR_TS_VIDEO_SUBSYSTEM_ERROR __MSABI_LONG(7070)
#define FRS_ERR_INVALID_API_SEQUENCE __MSABI_LONG(8001)
#define FRS_ERR_STARTING_SERVICE __MSABI_LONG(8002)
#define FRS_ERR_STOPPING_SERVICE __MSABI_LONG(8003)
@@ -1541,6 +2131,39 @@
#define ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER __MSABI_LONG(8615)
#define ERROR_DS_LDAP_SEND_QUEUE_FULL __MSABI_LONG(8616)
#define ERROR_DS_DRA_OUT_SCHEDULE_WINDOW __MSABI_LONG(8617)
+#define ERROR_DS_POLICY_NOT_KNOWN __MSABI_LONG(8618)
+#define ERROR_NO_SITE_SETTINGS_OBJECT __MSABI_LONG(8619)
+#define ERROR_NO_SECRETS __MSABI_LONG(8620)
+#define ERROR_NO_WRITABLE_DC_FOUND __MSABI_LONG(8621)
+#define ERROR_DS_NO_SERVER_OBJECT __MSABI_LONG(8622)
+#define ERROR_DS_NO_NTDSA_OBJECT __MSABI_LONG(8623)
+#define ERROR_DS_NON_ASQ_SEARCH __MSABI_LONG(8624)
+#define ERROR_DS_AUDIT_FAILURE __MSABI_LONG(8625)
+#define ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE __MSABI_LONG(8626)
+#define ERROR_DS_INVALID_SEARCH_FLAG_TUPLE __MSABI_LONG(8627)
+#define ERROR_DS_HIERARCHY_TABLE_TOO_DEEP __MSABI_LONG(8628)
+#define ERROR_DS_DRA_CORRUPT_UTD_VECTOR __MSABI_LONG(8629)
+#define ERROR_DS_DRA_SECRETS_DENIED __MSABI_LONG(8630)
+#define ERROR_DS_RESERVED_MAPI_ID __MSABI_LONG(8631)
+#define ERROR_DS_MAPI_ID_NOT_AVAILABLE __MSABI_LONG(8632)
+#define ERROR_DS_DRA_MISSING_KRBTGT_SECRET __MSABI_LONG(8633)
+#define ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST __MSABI_LONG(8634)
+#define ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST __MSABI_LONG(8635)
+#define ERROR_INVALID_USER_PRINCIPAL_NAME __MSABI_LONG(8636)
+#define ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS __MSABI_LONG(8637)
+#define ERROR_DS_OID_NOT_FOUND __MSABI_LONG(8638)
+#define ERROR_DS_DRA_RECYCLED_TARGET __MSABI_LONG(8639)
+#define ERROR_DS_DISALLOWED_NC_REDIRECT __MSABI_LONG(8640)
+#define ERROR_DS_HIGH_ADLDS_FFL __MSABI_LONG(8641)
+#define ERROR_DS_HIGH_DSA_VERSION __MSABI_LONG(8642)
+#define ERROR_DS_LOW_ADLDS_FFL __MSABI_LONG(8643)
+#define ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION __MSABI_LONG(8644)
+#define ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED __MSABI_LONG(8645)
+#define ERROR_INCORRECT_ACCOUNT_TYPE __MSABI_LONG(8646)
+#define ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST __MSABI_LONG(8647)
+#define ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST __MSABI_LONG(8648)
+#define ERROR_DS_MISSING_FOREST_TRUST __MSABI_LONG(8649)
+#define ERROR_DS_VALUE_KEY_NOT_UNIQUE __MSABI_LONG(8650)
#define DNS_ERROR_RESPONSE_CODES_BASE 9000
#define DNS_ERROR_RCODE_NO_ERROR NO_ERROR
#define DNS_ERROR_MASK 0x00002328
@@ -1564,6 +2187,7 @@
#define DNS_ERROR_NO_PACKET __MSABI_LONG(9503)
#define DNS_ERROR_RCODE __MSABI_LONG(9504)
#define DNS_ERROR_UNSECURE_PACKET __MSABI_LONG(9505)
+#define DNS_REQUEST_PENDING __MSABI_LONG(9506)
#define DNS_STATUS_PACKET_UNSECURE DNS_ERROR_UNSECURE_PACKET
#define DNS_ERROR_NO_MEMORY ERROR_OUTOFMEMORY
#define DNS_ERROR_INVALID_NAME ERROR_INVALID_NAME
--
2.25.1

View File

@ -78,14 +78,6 @@ using mozilla::FilePreferences::kPathSeparator;
# define DRIVE_REMOTE 4
#endif
// MinGW does not know about this error, ensure we do.
#ifndef ERROR_DEVICE_HARDWARE_ERROR
# define ERROR_DEVICE_HARDWARE_ERROR 483L
#endif
#ifndef ERROR_CONTENT_BLOCKED
# define ERROR_CONTENT_BLOCKED 1296L
#endif
namespace {
nsresult NewLocalFile(const nsAString& aPath, bool aUseDOSDevicePathSyntax,