ReactOS 0.4.15-dev-7834-g00c4b3d
msports.c
Go to the documentation of this file.
1/*
2 * PROJECT: Ports installer library
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: dll\win32\msports\msports.c
5 * PURPOSE: Library main function
6 * COPYRIGHT: Copyright 2011 Eric Kohl
7 */
8
9#include "precomp.h"
10
12
13BOOL
18{
19 switch (dwReason)
20 {
22 TRACE("DLL_PROCESS_ATTACH\n");
23 hInstance = hinstDll;
25 break;
26 }
27
28 return TRUE;
29}
30
31/* EOF */
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
BOOL WINAPI DisableThreadLibraryCalls(IN HMODULE hLibModule)
Definition: loader.c:85
r reserved
Definition: btrfs.c:3006
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
BOOL WINAPI DllMain(HINSTANCE hinstDll, DWORD dwReason, LPVOID reserved)
Definition: msports.c:15
HINSTANCE hInstance
Definition: msports.c:11
#define TRACE(s)
Definition: solgame.cpp:4
#define WINAPI
Definition: msvc.h:6