Mercurial > games > semicongine
diff fuhtark_test/include/winapi/msdaipper.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/msdaipper.h Wed Nov 26 21:36:48 2025 +0700 @@ -0,0 +1,21 @@ +/** + * 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. + */ +#define IPP_E_FIRST 0x40048000L +#define IPP_E_SYNCCONFLICT 0xC0048003L +#define IPP_E_FILENOTDIRTY 0xC0048004L +#define IPP_E_MARKFOROFFLINE_FAILED 0xC0048006L +#define IPP_E_OFFLINE 0xC0048007L +#define IPP_E_UNSYNCHRONIZED 0xC0048008L +#define IPP_E_SERVERTYPE_NOT_SUPPORTED 0xC004800AL +#define IPP_E_MDAC_VERSION 0xC004800DL +#define IPP_E_COLLECTIONEXISTS 0xC004800EL +#define IPP_E_CANNOTCREATEOFFLINE 0xC004800FL +#define IPP_E_STATUS_CANNOTCOMPLETE 0xC0048101L +#define IPP_E_RESELECTPROVIDER 0xC0048102L +#define IPP_E_CLIENTMUSTEMULATE 0xC0048103L +#define IPP_S_WEAKRESERVE 0x00048104L +#define IPP_S_TRUNCATED 0x00048105L +#define IPP_E_LAST 0x40048106L
