windows-nt/Source/XPSP1/NT/shell/drts/shdrt-shortcuts/shdrt-shortcuts.cpp
2020-09-26 16:20:57 +08:00

22 lines
285 B
C++

#include "stdafx.h"
#include <shelldrt.h>
//
// DLL Entry Point
//
extern "C"
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
{
return TRUE;
}
// ListTestProcs
//
// Describes the tests provided by the dll
DWORD CALLBACK ListTestProcs()
{
return 0;
}