Skip to content

Commit c720250

Browse files
committed
[WINSOCK]
- Fix branch build svn path=/branches/aicom-network-branch/; revision=48047
1 parent 3c77fc7 commit c720250

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/reactos/winsock/msafdlib.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,15 @@ typedef struct _WINSOCK_TEB_DATA
169169
typedef INT
170170
(WINAPI *PICF_CONNECT)(PVOID IcfData);
171171

172+
typedef INT
173+
(WINAPI *PICF_DISCONNECT)(PVOID IcfData);
174+
172175
typedef struct _SOCK_ICF_DATA
173176
{
174177
HANDLE IcfHandle;
175178
PVOID IcfOpenDynamicFwPort;
176179
PICF_CONNECT IcfConnect;
177-
PVOID IcfDisconnect;
180+
PICF_DISCONNECT IcfDisconnect;
178181
HINSTANCE DllHandle;
179182
} SOCK_ICF_DATA, *PSOCK_ICF_DATA;
180183

0 commit comments

Comments
 (0)