initial
This commit is contained in:
18
public/wintab/wintabx/xlib.inc
Normal file
18
public/wintab/wintabx/xlib.inc
Normal file
@ -0,0 +1,18 @@
|
||||
PROCD_STRUC struc
|
||||
pdPtr dd ?
|
||||
if UNLINK
|
||||
pdNext dw ?
|
||||
endif
|
||||
PROCD_STRUC ends
|
||||
|
||||
PROCC_STRUC struc
|
||||
pcData dw ?
|
||||
if UNLINK
|
||||
pcLinkProc dw ?
|
||||
endif
|
||||
pcRetF db 3 dup(?)
|
||||
pcStr db ?
|
||||
PROCC_STRUC ends
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user