/usr/share/mingw-w64/include/mdmsg.h is in mingw-w64-common 4.0.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | /**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#ifndef _MDMSG_H_
#define _MDMSG_H_
#define MD_ERROR_NOT_INITIALIZED __MSABI_LONG(0x800CC800)
#define MD_ERROR_DATA_NOT_FOUND __MSABI_LONG(0x800CC801)
#define MD_ERROR_INVALID_VERSION __MSABI_LONG(0x800CC802)
#define MD_WARNING_PATH_NOT_FOUND __MSABI_LONG(0x000CC803)
#define MD_WARNING_DUP_NAME __MSABI_LONG(0x000CC804)
#define MD_WARNING_INVALID_DATA __MSABI_LONG(0x000CC805)
#define MD_ERROR_SECURE_CHANNEL_FAILURE __MSABI_LONG(0x800CC806)
#define MD_WARNING_PATH_NOT_INSERTED __MSABI_LONG(0x000CC807)
#define MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE __MSABI_LONG(0x800CC808)
#define MD_WARNING_SAVE_FAILED __MSABI_LONG(0x000CC809)
#define MD_ERROR_IISAO_INVALID_SCHEMA __MSABI_LONG(0x800CC810)
#define MD_ERROR_READ_METABASE_FILE __MSABI_LONG(0x800CC819)
#define MD_ERROR_NO_SESSION_KEY __MSABI_LONG(0x800CC81D)
#endif
|