get rid of the last few pointer typedefs in db.postgresql.ffi, windows.usp10, and windows.winsock
parent
00a7559d55
commit
b0bf5f3106
|
@ -63,7 +63,6 @@ C-TYPE: PGconn
|
|||
C-TYPE: PGresult
|
||||
C-TYPE: PGcancel
|
||||
TYPEDEF: uint Oid
|
||||
TYPEDEF: uint* Oid*
|
||||
TYPEDEF: char pqbool
|
||||
C-TYPE: PQconninfoOption
|
||||
C-TYPE: PGnotify
|
||||
|
|
|
@ -57,7 +57,7 @@ SCRIPT_JUSTIFFY_RESERVED4 ;
|
|||
STRUCT: SCRIPT_VISATTR
|
||||
{ flags WORD } ;
|
||||
|
||||
TYPEDEF: void* SCRIPT_CACHE*
|
||||
C-TYPE: SCRIPT_CACHE
|
||||
C-TYPE: ABC
|
||||
|
||||
FUNCTION: HRESULT ScriptShape (
|
||||
|
|
|
@ -141,7 +141,7 @@ STRUCT: timeval
|
|||
{ sec long }
|
||||
{ usec long } ;
|
||||
|
||||
TYPEDEF: void* fd_set*
|
||||
C-TYPE: fd_set
|
||||
|
||||
LIBRARY: winsock
|
||||
|
||||
|
|
Loading…
Reference in New Issue