initial
This commit is contained in:
7
public/wintab/wntab32x/xlib.h
Normal file
7
public/wintab/wntab32x/xlib.h
Normal file
@@ -0,0 +1,7 @@
|
||||
typedef struct _PROCDATA {
|
||||
LPCSTR name;
|
||||
int ord;
|
||||
FARPROC fp;
|
||||
struct _PROCDATA *next;
|
||||
} PROCDATA;
|
||||
|
||||
Reference in New Issue
Block a user