Minor API files update.
This commit is contained in:
parent
b37a889f2f
commit
cc55165617
|
@ -136,6 +136,14 @@ msdos
|
||||||
relay32
|
relay32
|
||||||
windows
|
windows
|
||||||
|
|
||||||
|
% dlls/kernel/win87em.spec
|
||||||
|
|
||||||
|
dlls/kernel
|
||||||
|
|
||||||
|
% dlls/kernel/windebug.spec
|
||||||
|
|
||||||
|
dlls/kernel
|
||||||
|
|
||||||
% dlls/lzexpand/lz32.spec
|
% dlls/lzexpand/lz32.spec
|
||||||
|
|
||||||
dlls/lzexpand
|
dlls/lzexpand
|
||||||
|
@ -152,9 +160,9 @@ dlls/mpr
|
||||||
|
|
||||||
dlls/msacm
|
dlls/msacm
|
||||||
|
|
||||||
% dlls/msacm32/msacm32.spec
|
% dlls/msacm/msacm32.spec
|
||||||
|
|
||||||
dlls/msacm32
|
dlls/msacm
|
||||||
|
|
||||||
% dlls/msnet32/msnet32.spec
|
% dlls/msnet32/msnet32.spec
|
||||||
|
|
||||||
|
@ -263,6 +271,14 @@ dlls/rasapi32
|
||||||
|
|
||||||
dlls/richedit
|
dlls/richedit
|
||||||
|
|
||||||
|
% dlls/rpcrt4/rpcrt4.spec
|
||||||
|
|
||||||
|
dlls/rpcrt4
|
||||||
|
|
||||||
|
% dlls/serialui/serialui.spec
|
||||||
|
|
||||||
|
dlls/serialui
|
||||||
|
|
||||||
% dlls/setupapi/setupapi.spec
|
% dlls/setupapi/setupapi.spec
|
||||||
|
|
||||||
dlls/setupapi
|
dlls/setupapi
|
||||||
|
@ -376,10 +392,6 @@ dlls/win32s
|
||||||
memory
|
memory
|
||||||
scheduler
|
scheduler
|
||||||
|
|
||||||
% dlls/win87em/win87em.spec
|
|
||||||
|
|
||||||
dlls/win87em
|
|
||||||
|
|
||||||
% dlls/winaspi/winaspi.spec
|
% dlls/winaspi/winaspi.spec
|
||||||
|
|
||||||
dlls/winaspi
|
dlls/winaspi
|
||||||
|
@ -388,10 +400,6 @@ dlls/winaspi
|
||||||
|
|
||||||
dlls/winaspi
|
dlls/winaspi
|
||||||
|
|
||||||
% dlls/windebug/windebug.spec
|
|
||||||
|
|
||||||
dlls/windebug
|
|
||||||
|
|
||||||
% dlls/wineps/wineps.spec
|
% dlls/wineps/wineps.spec
|
||||||
|
|
||||||
dlls/wineps
|
dlls/wineps
|
||||||
|
|
|
@ -18,4 +18,7 @@ LPSTR
|
||||||
|
|
||||||
%word # --forbidden
|
%word # --forbidden
|
||||||
|
|
||||||
|
INT16
|
||||||
|
HINSTANCE16
|
||||||
HKEY
|
HKEY
|
||||||
|
HWND16
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
%long
|
%long
|
||||||
|
|
||||||
DWORD
|
DWORD
|
||||||
|
HRASCONN
|
||||||
|
|
||||||
%ptr
|
%ptr
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
%long
|
||||||
|
|
||||||
|
RPC_STATUS
|
||||||
|
|
||||||
|
%ptr
|
||||||
|
|
||||||
|
UUID *
|
|
@ -0,0 +1,17 @@
|
||||||
|
%long
|
||||||
|
|
||||||
|
BOOL
|
||||||
|
DWORD
|
||||||
|
HWND
|
||||||
|
LPARAM
|
||||||
|
|
||||||
|
%ptr
|
||||||
|
|
||||||
|
LPCOMMCONFIG
|
||||||
|
LPDWORD
|
||||||
|
LPDEVICE_INFO
|
||||||
|
LPFNADDPROPSHEETPAGE
|
||||||
|
|
||||||
|
%str
|
||||||
|
|
||||||
|
LPCSTR
|
|
@ -22,7 +22,11 @@ SOCKET16
|
||||||
|
|
||||||
FARPROC
|
FARPROC
|
||||||
INT *
|
INT *
|
||||||
|
LPDWORD
|
||||||
|
LPVOID
|
||||||
LPWSADATA
|
LPWSADATA
|
||||||
|
LPWSAOVERLAPPED
|
||||||
|
LPWSAOVERLAPPED_COMPLETION_ROUTINE
|
||||||
LPWSANETWORKEVENTS
|
LPWSANETWORKEVENTS
|
||||||
LPWSAPROTOCOL_INFOA
|
LPWSAPROTOCOL_INFOA
|
||||||
ULONG *
|
ULONG *
|
||||||
|
|
Loading…
Reference in New Issue