mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
Merge branch 'master' into windows
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "afxres.h"
|
||||
#include "Windows.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
@@ -217,6 +217,9 @@ static void WaitForDebuggerConnect( int argc, char *argv[], int time )
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
void *launcher = dlopen( "bin/liblauncher" DLL_EXT_STRING, RTLD_NOW );
|
||||
if ( !launcher )
|
||||
fprintf( stderr, "%s\nFailed to load the launcher\n", dlerror() );
|
||||
|
||||
if( !launcher )
|
||||
launcher = dlopen( "bin/launcher" DLL_EXT_STRING, RTLD_NOW );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user