Skip to content
Snippets Groups Projects
Commit 47b3f322 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Commented out EXEC_SERVER

parent 6b108a62
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ int CLIENT_NewThread( THDB *thdb, int *thandle, int *phandle )
case 0: /* child */
close( tmpfd[0] );
sprintf( buffer, "%d", tmpfd[1] );
#define EXEC_SERVER
/*#define EXEC_SERVER*/
#ifdef EXEC_SERVER
execlp( "wineserver", "wineserver", buffer, NULL );
execl( "/usr/local/bin/wineserver", "wineserver", buffer, NULL );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment