Commented out EXEC_SERVER

This commit is contained in:
Alexandre Julliard 1999-01-26 13:29:00 +00:00
parent 6b108a6212
commit 47b3f322ce
1 changed files with 1 additions and 1 deletions

View File

@ -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 );