X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2Fprotoparse.h;h=c102c49d3d6f77167e41900a7697f31dd90faf0b;hb=940e8e6658a2edccb668f4a0dfa5df99918ee845;hp=a42f38e8ab9aef23ef724f95ba9f316eb79eeb1f;hpb=c36e914d6c0dd787c146395192fa14a7a2bd4218;p=ia32rtools.git diff --git a/tools/protoparse.h b/tools/protoparse.h index a42f38e..c102c49 100644 --- a/tools/protoparse.h +++ b/tools/protoparse.h @@ -3,6 +3,7 @@ struct parsed_proto { struct { char *reg; const char *type; + void *datap; } arg[16]; const char *ret_type; int is_stdcall; @@ -63,6 +64,7 @@ static const char *known_types[] = { "void *", "char *", "FILE *", + "int *", "unsigned __int8", "unsigned __int16", "unsigned int", @@ -76,6 +78,7 @@ static const char *known_types[] = { "BYTE", "WORD", "DWORD", + "_DWORD", "HMODULE", "HANDLE", "HWND",