From 753bb425749ee8e294288160b465456356a582e1 Mon Sep 17 00:00:00 2001 From: hater <7element@mail.bg> Date: Wed, 4 Nov 2015 12:07:44 +0200 Subject: [PATCH] Move UpcallTable from local param to Provider --- reactos/dll/win32/ws2_32_new/inc/ws2_32p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/ws2_32_new/inc/ws2_32p.h b/reactos/dll/win32/ws2_32_new/inc/ws2_32p.h index 004cb6b..c0941cd 100644 --- a/reactos/dll/win32/ws2_32_new/inc/ws2_32p.h +++ b/reactos/dll/win32/ws2_32_new/inc/ws2_32p.h @@ -79,6 +79,7 @@ typedef struct _TPROVIDER LONG RefCount; WSPPROC_TABLE Service; HINSTANCE DllHandle; + WSPUPCALLTABLE UpcallTable; } TPROVIDER, *PTPROVIDER; typedef struct _TCATALOG_ENTRY -- 1.9.5.msysgit.0