diff fuhtark_test/include/winapi/mdmsg.h @ 1500:91c8c3b7cbf0

add: futhark tests for generating vulkan api
author sam <sam@basx.dev>
date Wed, 26 Nov 2025 21:36:48 +0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fuhtark_test/include/winapi/mdmsg.h	Wed Nov 26 21:36:48 2025 +0700
@@ -0,0 +1,29 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the w64 mingw-runtime package.
+ * No warranty is given; refer to the file DISCLAIMER within this package.
+ */
+#ifndef _MDMSG_H_
+#define _MDMSG_H_
+
+#define MD_ERROR_NOT_INITIALIZED 0x800CC800L
+#define MD_ERROR_DATA_NOT_FOUND 0x800CC801L
+#define MD_ERROR_INVALID_VERSION 0x800CC802L
+
+#define MD_WARNING_PATH_NOT_FOUND 0x000CC803L
+#define MD_WARNING_DUP_NAME 0x000CC804L
+#define MD_WARNING_INVALID_DATA 0x000CC805L
+
+#define MD_ERROR_SECURE_CHANNEL_FAILURE 0x800CC806L
+
+#define MD_WARNING_PATH_NOT_INSERTED 0x000CC807L
+
+#define MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE 0x800CC808L
+
+#define MD_WARNING_SAVE_FAILED 0x000CC809L
+
+#define MD_ERROR_IISAO_INVALID_SCHEMA 0x800CC810L
+#define MD_ERROR_READ_METABASE_FILE 0x800CC819L
+#define MD_ERROR_NO_SESSION_KEY 0x800CC81DL
+
+#endif