Skip to content

Commit a763912

Browse files
committed
build: avoid accidental redefinition of MAPI_E_DISK_ERROR in mapierr.cpp
1 parent 2f957b7 commit a763912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/gromox/mapierr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ enum ec_error_t
363363
ecRpcFailed = 0x80040115,
364364
ecNetwork = 0x80040115, /* MAPI_E_NETWORK_ERROR */
365365
ecReadFault = 0x80040116, /* MAPI_E_DISK_ERROR */
366-
ecWriteFault = ecReadFault, /* MAPI_E_DISK_ERROR */
366+
ecWriteFault = ecReadFault,
367367
ecTooComplex = 0x80040117, /* MAPI_E_TOO_COMPLEX */
368368
// MAPI_E_BAD_COLUMN = 0x80040118,
369369
// MAPI_E_EXTENDED_ERROR = 0x80040119,

0 commit comments

Comments
 (0)