ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

stubs.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.