dll.c 99 B

12345
  1. #include <windows.h>
  2. BOOL WINAPI DllMain(HINSTANCE _1, DWORD _2, LPVOID _3) {
  3. return TRUE;
  4. }