Merge pull request #2 from josh33901/fix-main
Update main so no errors test
This commit is contained in:
commit
1ab034d7ac
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
extern u32 __stdcall doghook_process_attach(void *a);
|
extern u32 __stdcall doghook_process_attach(void *a);
|
||||||
|
|
||||||
|
u32 __stdcall doghook_process_attach(void *a) { return 0; }
|
||||||
|
|
||||||
__declspec(dllexport) BOOL APIENTRY DllMain(HMODULE hModule,
|
__declspec(dllexport) BOOL APIENTRY DllMain(HMODULE hModule,
|
||||||
DWORD reason,
|
DWORD reason,
|
||||||
LPVOID lpReserved) {
|
LPVOID lpReserved) {
|
||||||
|
Reference in New Issue
Block a user