Bump ABI major versions for the TryClientExceptions change from commit 883811c
.
This commit is contained in:
parent
4e004c6828
commit
079625570d
|
@ -82,9 +82,9 @@ typedef enum {
|
||||||
* mask is 0xFFFF0000.
|
* mask is 0xFFFF0000.
|
||||||
*/
|
*/
|
||||||
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
||||||
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(4, 1)
|
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(5, 0)
|
||||||
#define ABI_XINPUT_VERSION SET_ABI_VERSION(3, 1)
|
#define ABI_XINPUT_VERSION SET_ABI_VERSION(4, 0)
|
||||||
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(1, 1)
|
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(2, 0)
|
||||||
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
||||||
|
|
||||||
#define MODINFOSTRING1 0xef23fdc5
|
#define MODINFOSTRING1 0xef23fdc5
|
||||||
|
|
Loading…
Reference in New Issue