Skip to content

Commit

Permalink
Update stub.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptkatz authored Oct 30, 2022
1 parent e9a0095 commit f1c6d42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Orca_Loader/windows/stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
#define WIN32_LEAN_AND_MEAN
#endif

#ifdef BUILDDLL
__declspec(dllexport) void main();
#endif
__declspec(dllexport) int main();

#define KEY 24

Expand Down Expand Up @@ -207,4 +205,4 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpReserved) {
break;
}
return bReturnValue;
}
}

0 comments on commit f1c6d42

Please sign in to comment.