reactos/dll/win32/ws2_32/src/scihlpr.c

19 lines
567 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/scihlpr.c
* PURPOSE: Service Class Information Conversion/Packing Helpers
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/
/* INCLUDES ******************************************************************/
#include <ws2_32.h>
#define NDEBUG
#include <debug.h>
/* DATA **********************************************************************/
/* FUNCTIONS *****************************************************************/