X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2Fprotoparse.h;h=0ae46f6976c07cb16ded99e8d5d16630e46ec9fe;hb=7637b6cc2bdfb7dc1d2c3c10097f1e6b4ad01e41;hp=037c3f4260417db7430bb35ac9258a9ae14f28f1;hpb=27ebfaed5dcb3fa037438d8a13404c6b957c6c11;p=ia32rtools.git diff --git a/tools/protoparse.h b/tools/protoparse.h index 037c3f4..0ae46f6 100644 --- a/tools/protoparse.h +++ b/tools/protoparse.h @@ -1,3 +1,10 @@ +/* + * ia32rtools + * (C) notaz, 2013,2014 + * + * This work is licensed under the terms of 3-clause BSD license. + * See COPYING file in the top-level directory. + */ struct parsed_proto; @@ -156,9 +163,11 @@ static const char *known_type_mod[] = { static const char *known_ptr_types[] = { "FARPROC", "WNDPROC", + "LINECALLBACK", "HACCEL", "HANDLE", "HBITMAP", + "HCALL", "HCURSOR", "HDC", "HFONT", @@ -167,6 +176,9 @@ static const char *known_ptr_types[] = { "HICON", "HINSTANCE", "HIMC", // DWORD in mingw, ptr in wine.. + "HLINE", + "HLINEAPP", + "HLOCAL", "HMODULE", "HPALETTE", "HRGN", @@ -179,6 +191,7 @@ static const char *known_ptr_types[] = { "PCRITICAL_SECTION", "PDWORD", "PFILETIME", + "PLARGE_INTEGER", "PHKEY", "PLONG", "PMEMORY_BASIC_INFORMATION",