Skip to content

Commit

Permalink
function numbers max is 40...
Browse files Browse the repository at this point in the history
  • Loading branch information
prokushev committed Apr 10, 2024
1 parent 359d1ae commit e78142e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
36 changes: 0 additions & 36 deletions OS2/CPI/bvscalls/bvs32main.c
Expand Up @@ -67,18 +67,6 @@ APIRET unimplemented(char *func)
#define FN_SETFONT 38
#define FN_GETSTATE 39
#define FN_SETSTATE 40
#define FN_REGISTER 41
#define FN_DEREGISTER 42
#define FN_GLOBALREG 43
#define FN_CREATECA 44
#define FN_GETCASTATE 45
#define FN_SETCASTATE 46
#define FN_DESTROYCA 47
#define FN_CHECKCHARTYPE 48
#define FN_SAVE 65
#define FN_RESTORE 66
#define FN_FREE 67
#define FN_SHELLINIT 68


APIRET APIENTRY BVS32Main(ULONG fn)
Expand Down Expand Up @@ -169,30 +157,6 @@ APIRET APIENTRY BVS32Main(ULONG fn)
break;
case FN_SETSTATE:
break;
case FN_REGISTER:
break;
case FN_DEREGISTER:
break;
case FN_GLOBALREG:
break;
case FN_CREATECA:
break;
case FN_GETCASTATE:
break;
case FN_SETCASTATE:
break;
case FN_DESTROYCA:
break;
case FN_CHECKCHARTYPE:
break;
case FN_SAVE:
break;
case FN_RESTORE:
break;
case FN_FREE:
break;
case FN_SHELLINIT:
break;
// default:
// BVSError();
}
Expand Down
12 changes: 0 additions & 12 deletions OS2/CPI/sub32/vio.c
Expand Up @@ -47,18 +47,6 @@ APIRET unimplemented(char *func);
#define FN_SETFONT 38
#define FN_GETSTATE 39
#define FN_SETSTATE 40
#define FN_REGISTER 41
#define FN_DEREGISTER 42
#define FN_GLOBALREG 43
#define FN_CREATECA 44
#define FN_GETCASTATE 45
#define FN_SETCASTATE 46
#define FN_DESTROYCA 47
#define FN_CHECKCHARTYPE 48
#define FN_SAVE 65
#define FN_RESTORE 66
#define FN_FREE 67
#define FN_SHELLINIT 68

// Call VIO function
APIRET APIENTRY VioCall(ULONG fn)
Expand Down

0 comments on commit e78142e

Please sign in to comment.