ReactOS 0.4.16-dev-2135-g2f5a67f
dummy.c
Go to the documentation of this file.
1/*
2 * Copyright 2019 Fabian Maurer
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19#if 0
20#pragma makedep testdll
21#endif
22
23#include <windows.h>
24
26
28{
29 switch (reason)
30 {
32 instance = instance_new;
33 break;
34 }
35
36 return TRUE;
37}
38
40{
42}
#define TRUE
Definition: types.h:120
static WCHAR reason[MAX_STRING_RESOURCE_LEN]
Definition: object.c:1904
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
DWORD WINAPI GetModuleFileNameA(HINSTANCE hModule, LPSTR lpFilename, DWORD nSize)
Definition: loader.c:539
r reserved
Definition: btrfs.c:3006
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
GLuint buffer
Definition: glext.h:5915
static HINSTANCE instance
Definition: dummy.c:25
BOOL WINAPI DllMain(HINSTANCE instance_new, DWORD reason, LPVOID reserved)
Definition: dummy.c:27
static Character const *__cdecl get_path()
Definition: popen.cpp:172
wchar_t const *const size_t const buffer_size
Definition: stat.cpp:95
#define WINAPI
Definition: msvc.h:6