Andrew Kelley 49d1a4c562 move lib dirs to lib subdir
also start prefering NtDll API. so far:
 * NtQueryInformationFile
 * NtClose

adds a performance workaround for windows unicode conversion. but that
should probably be removed before merging
2019-07-15 17:54:50 -04:00

18 lines
890 B
C

/**
* 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.
*/
#define WPWIZ_ERROR_FIRST __MSABI_LONG(0x40042000)
#define WPWIZ_ERROR_UNKNOWN __MSABI_LONG(0xC0042001)
#define WPWIZ_ERROR_PROV_QI __MSABI_LONG(0xC0042002)
#define WPWIZ_ERROR_INIT_FAILED __MSABI_LONG(0xC0042003)
#define WPWIZ_ERROR_COCREATE_WEBPOST __MSABI_LONG(0xC0042004)
#define WPWIZ_ERROR_NO_PROVIDERS __MSABI_LONG(0xC0042005)
#define WPWIZ_ERROR_STATE_PTR __MSABI_LONG(0xC0042006)
#define WPWIZ_ERROR_WEBPOST_PTR __MSABI_LONG(0xC0042007)
#define WPWIZ_ERROR_FILE_NOT_FOUND __MSABI_LONG(0xC0042008)
#define WPWIZ_ERROR_PROPSHEET_ERROR __MSABI_LONG(0xC0042009)
#define WPWIZ_ERROR_OUTOFMEMORY __MSABI_LONG(0xC004200A)
#define WPWIZ_ERROR_LAST __MSABI_LONG(0x400420FF)