We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af917c3 commit 1950d07Copy full SHA for 1950d07
src/6model/reprs/NativeCall.h
@@ -7,7 +7,7 @@
7
/* Body of a NativeCall. */
8
typedef struct {
9
char *lib_name;
10
- void *lib_handle;
+ DLLib *lib_handle;
11
void *entry_point;
12
INTVAL convention;
13
INTVAL num_args;
0 commit comments