9 lines
215 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
//Copyright (c) Microsoft Corporation. All rights reserved.
#include "windows.h"
#pragma warning(disable:4100)
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
return TRUE;
}