Skip to content

Commit f1c6d42

Browse files
authored
Update stub.c
1 parent e9a0095 commit f1c6d42

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Orca_Loader/windows/stub.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
#define WIN32_LEAN_AND_MEAN
33
#endif
44

5-
#ifdef BUILDDLL
6-
__declspec(dllexport) void main();
7-
#endif
5+
__declspec(dllexport) int main();
86

97
#define KEY 24
108

@@ -207,4 +205,4 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpReserved) {
207205
break;
208206
}
209207
return bReturnValue;
210-
}
208+
}

0 commit comments

Comments
 (0)