Merge pull request #2 from josh33901/fix-main

Update main so no errors test
This commit is contained in:
Marc 2018-03-13 00:08:37 +01:00 committed by GitHub
commit 1ab034d7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@
extern u32 __stdcall doghook_process_attach(void *a);
u32 __stdcall doghook_process_attach(void *a) { return 0; }
__declspec(dllexport) BOOL APIENTRY DllMain(HMODULE hModule,
DWORD reason,
LPVOID lpReserved) {