mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-03-12 13:41:59 +00:00
fixes
This commit is contained in:
parent
36cc43902b
commit
e502d4e14c
@ -224,7 +224,8 @@ int main( int argc, char *argv[] )
|
||||
|
||||
WaitForDebuggerConnect( argc, argv, 30 );
|
||||
|
||||
ret = dedicated_main( argc,argv );
|
||||
int ret = dedicated_main( argc,argv );
|
||||
dlclose( dedicated );
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
@ -94,7 +94,7 @@ bool CUnitTestApp::Create()
|
||||
|
||||
#ifdef WIN32
|
||||
WIN32_FIND_DATA findFileData;
|
||||
HANDLE hFind= FindFirstFile(LIBDIR "/tests/*.dll", &findFileData);
|
||||
HANDLE hFind= FindFirstFile("bin/tests/*.dll", &findFileData);
|
||||
|
||||
while (hFind != INVALID_HANDLE_VALUE)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user