Skip to content

Commit 54ff465

Browse files
committed
[DEPENDENCIES] add missing ddraw and dplay libs
1 parent b7be40c commit 54ff465

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

4.43 KB
Binary file not shown.
3.07 KB
Binary file not shown.

src/core/MainImplementation.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414
void MSS_cleanup() { AIL_shutdown(); }
1515

16-
__declspec(noinline) int MSS_auto_cleanup()
17-
{
16+
__declspec(noinline) int MSS_auto_cleanup() {
1817
atexit(MSS_cleanup);
1918
return 0;
2019
}

0 commit comments

Comments
 (0)