ReactOS 0.4.15-dev-7953-g1f49173
stubs.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS WinSock DLL
4 * FILE: stubs.c
5 * PURPOSE: Stub functions
6 * PROGRAMMERS: Ge van Geldorp (ge@gse.nl)
7 * REVISIONS:
8 */
9
10#include <windef.h>
11
12/*
13 * @unimplemented
14 */
15BOOL
20{
21 return TRUE;
22}
#define TRUE
Definition: types.h:120
BOOL WINAPI DllMain(HINSTANCE InstDLL, DWORD Reason, LPVOID Reserved)
Definition: stubs.c:353
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
PVOID PVOID PWCHAR PVOID USHORT PULONG Reason
Definition: env.c:47
_Reserved_ PVOID Reserved
Definition: winddi.h:3974
#define WINAPI
Definition: msvc.h:6