Last change
on this file was 1166, checked in by rossy, 3 years ago |
Daodan: Replace MinGW build env with an up-to-date MSYS2 env
|
File size:
1.1 KB
|
Line | |
---|
1 | /**
|
---|
2 | * This file has no copyright assigned and is placed in the Public Domain.
|
---|
3 | * This file is part of the mingw-w64 runtime package.
|
---|
4 | * No warranty is given; refer to the file DISCLAIMER.PD within this package.
|
---|
5 | */
|
---|
6 | #define IPP_E_FIRST __MSABI_LONG(0x40048000)
|
---|
7 | #define IPP_E_SYNCCONFLICT __MSABI_LONG(0xC0048003)
|
---|
8 | #define IPP_E_FILENOTDIRTY __MSABI_LONG(0xC0048004)
|
---|
9 | #define IPP_E_MARKFOROFFLINE_FAILED __MSABI_LONG(0xC0048006)
|
---|
10 | #define IPP_E_OFFLINE __MSABI_LONG(0xC0048007)
|
---|
11 | #define IPP_E_UNSYNCHRONIZED __MSABI_LONG(0xC0048008)
|
---|
12 | #define IPP_E_SERVERTYPE_NOT_SUPPORTED __MSABI_LONG(0xC004800A)
|
---|
13 | #define IPP_E_MDAC_VERSION __MSABI_LONG(0xC004800D)
|
---|
14 | #define IPP_E_COLLECTIONEXISTS __MSABI_LONG(0xC004800E)
|
---|
15 | #define IPP_E_CANNOTCREATEOFFLINE __MSABI_LONG(0xC004800F)
|
---|
16 | #define IPP_E_STATUS_CANNOTCOMPLETE __MSABI_LONG(0xC0048101)
|
---|
17 | #define IPP_E_RESELECTPROVIDER __MSABI_LONG(0xC0048102)
|
---|
18 | #define IPP_E_CLIENTMUSTEMULATE __MSABI_LONG(0xC0048103)
|
---|
19 | #define IPP_S_WEAKRESERVE __MSABI_LONG(0x00048104)
|
---|
20 | #define IPP_S_TRUNCATED __MSABI_LONG(0x00048105)
|
---|
21 | #define IPP_E_LAST __MSABI_LONG(0x40048106)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.