This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <windows.h> | |
#include <tchar.h> | |
#include "NPSWF32.h" | |
BOOL WINAPI DllMain(HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved){ | |
switch(dwReason){ | |
case DLL_PROCESS_ATTACH: | |
AddLog(_T("DllMain called: dwReason == DLL_PROCESS_ATTACH\r\n")); |