From b5a6a666e753f5fd81ad2ba176e320f5aba8246f Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Thu, 1 Feb 2007 23:14:54 +0000 Subject: [PATCH] - Remove stdcall decoration svn path=/trunk/; revision=25679 --- reactos/drivers/network/wshtcpip/wshtcpip.def | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/reactos/drivers/network/wshtcpip/wshtcpip.def b/reactos/drivers/network/wshtcpip/wshtcpip.def index f4f70d6fef8..642f35ea21b 100644 --- a/reactos/drivers/network/wshtcpip/wshtcpip.def +++ b/reactos/drivers/network/wshtcpip/wshtcpip.def @@ -3,21 +3,21 @@ LIBRARY wshtcpip.dll EXPORTS -WSHAddressToString@20 -WSHEnumProtocols@16 -WSHGetBroadcastSockaddr@12 -WSHGetProviderGuid@8 -WSHGetSockaddrType@12 -WSHGetSocketInformation@32 -WSHGetWildcardSockaddr@12 -WSHGetWinsockMapping@8 -WSHGetWSAProtocolInfo@12 -WSHIoctl@52 -WSHJoinLeaf@52 -WSHNotify@20 -WSHOpenSocket@24 -WSHOpenSocket2@32 -WSHSetSocketInformation@32 -WSHStringToAddress@20 +WSHAddressToString +WSHEnumProtocols +WSHGetBroadcastSockaddr +WSHGetProviderGuid +WSHGetSockaddrType +WSHGetSocketInformation +WSHGetWildcardSockaddr +WSHGetWinsockMapping +WSHGetWSAProtocolInfo +WSHIoctl +WSHJoinLeaf +WSHNotify +WSHOpenSocket +WSHOpenSocket2 +WSHSetSocketInformation +WSHStringToAddress ; EOF