free(attributes);
switch (error)
{
+ case 0x0000: /* Unsupported function (returned by Windows NTVDM, error number is cleared) */
case 0x0507: /* Unsupported function (returned by DPMI 0.9 host, error number is same as DPMI function number) */
case 0x8001: /* Unsupported function (returned by DPMI 1.0 host) */
errno = ENOSYS;
free(attributes);
switch (error)
{
+ case 0x0000: /* Unsupported function (returned by Windows NTVDM, error number is cleared) */
case 0x0506: /* Unsupported function (returned by DPMI 0.9 host, error number is same as DPMI function number) */
case 0x8001: /* Unsupported function (returned by DPMI 1.0 host) */
errno = ENOSYS;
aligned_free(ptr);
switch (error)
{
+ case 0x0000: /* Unsupported function (returned by Windows NTVDM, error number is cleared) */
case 0x0509: /* Unsupported function (returned by DPMI 0.9 host, error number is same as DPMI function number) */
case 0x8001: /* Unsupported function (returned by DPMI 1.0 host) */
/*
aligned_free(ptr);
switch (error)
{
+ case 0x0000: /* Unsupported function (returned by Windows NTVDM, error number is cleared) */
case 0x0508: /* Unsupported function (returned by DPMI 0.9 host, error number is same as DPMI function number) */
case 0x8001: /* Unsupported function (returned by DPMI 1.0 host) */
errno = ENOSYS;
{
switch (__dpmi_error)
{
+ case 0x0000: /* Unsupported function (returned by Windows NTVDM, error number is cleared) */
case 0x0801: /* Unsupported function (returned by DPMI 0.9 host, error number is same as DPMI function number) */
case 0x8001: /* Unsupported function (returned by DPMI 1.0 host) */
errno = ENOSYS;