ReactOS 0.4.15-dev-7918-g2a2556c
ubtrfs.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: BtrFS File System Management
4 * FILE: dll/win32/ubtrfs/ubtrfs.c
5 * PURPOSE: ubtrfs DLL initialisation
6 * PROGRAMMERS: Pierre Schweitzer
7 */
8
9#include <windef.h>
10
13 IN HINSTANCE hinstDLL,
16{
17 UNREFERENCED_PARAMETER(hinstDLL);
20
21 return TRUE;
22}
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
unsigned long DWORD
Definition: ntddk_ex.h:95
static IN DWORD IN LPVOID lpvReserved
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317
int32_t INT
Definition: typedefs.h:58
#define IN
Definition: typedefs.h:39
INT WINAPI DllMain(IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved)
Definition: ubtrfs.c:12
#define WINAPI
Definition: msvc.h:6