Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenstubs.c
Go to the documentation of this file.
00001 /* $Id: stubs.c 39444 2009-02-06 19:07:22Z cwittich $ 00002 * 00003 * COPYRIGHT: See COPYING in the top level directory 00004 * PROJECT: ReactOS WinSock DLL 00005 * FILE: stubs.c 00006 * PURPOSE: Stub functions 00007 * PROGRAMMERS: Ge van Geldorp (ge@gse.nl) 00008 * REVISIONS: 00009 */ 00010 #include <winsock2.h> 00011 #include <windows.h> 00012 //#include <stdlib.h> 00013 00014 00015 /* 00016 * @unimplemented 00017 */ 00018 BOOL 00019 WINAPI 00020 DllMain(HINSTANCE InstDLL, 00021 DWORD Reason, 00022 LPVOID Reserved) 00023 { 00024 return TRUE; 00025 } Generated on Sat May 26 2012 04:20:19 for ReactOS by
1.7.6.1
|