This commit is contained in:
Mario Fetka
2026-05-23 19:15:35 +02:00
parent d93e6a7fbd
commit 4e025b2e5e
2 changed files with 29 additions and 2 deletions

6
kern.h
View File

@@ -3,6 +3,10 @@
#define KERN_CALL _Cdecl
#else
#define KERN_CALL
extern int KERN_CALL Net_Call_NWCVLMREQ(UI flags, void *regblk,
UI p1, UI p2, UI p3);
#endif
extern int KERN_CALL IPXinit(void);
@@ -26,8 +30,6 @@ extern int KERN_CALL C32_NCP87_Raw_Probe(UI connLo, UI connHi,
extern int KERN_CALL Net_Call_VLM_Raw(UI ax, UI bx, UI cx, UI dx,
void *req, void *repl,
UI p1, UI p2, UI p3);
extern int KERN_CALL Net_Call_NWCVLMREQ(UI flags, void *regblk,
UI p1, UI p2, UI p3);
extern int KERN_CALL Net_Call_C(UI func, void *req, void *repl);
extern int KERN_CALL Net_Call_CX(UI func, UI bx, UI cx, UI dx,
void *req, void *repl);