This website works better with JavaScript
Home
Explore
Help
Sign In
HonorLee
/
SDLPAL
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Unix: always close log at exit
LouYihua
7 years ago
parent
679cdd94c3
commit
9cbee29afe
1 changed files
with
0 additions
and
2 deletions
Unified View
Show Diff Stats
0
2
unix/unix.cpp
+ 0
- 2
unix/unix.cpp
View File
@@ -285,7 +285,5 @@ UTIL_Platform_Quit(
VOID
VOID
)
)
{
{
-#if defined(_DEBUG)
closelog();
closelog();
-#endif
}
}