Source code of Windows XP (NT5)
 
 
 
 
 
 

8 lines
207 B

//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;
}