| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/javaxt-project/javaxt-core-dll/main/javaxt_core.cpp | [Back] [Original] |
// javaxt_core.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
return TRUE;
}
| Web Proxy Viewer | New URL | Original Page |