driver cross-compilation
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include "sys/wait.h"
|
||||
#include "tier1/commandline.h"
|
||||
|
||||
#include "winerunner.h"
|
||||
|
||||
CUtlVector<pid_t> g_processes;
|
||||
|
||||
class CPOSIXRunner: public IRunner
|
||||
@@ -20,6 +22,7 @@ public:
|
||||
|
||||
EXPOSE_INTERFACE(CPOSIXRunner, IRunner, RUNNER_INTERFACE_NAME);
|
||||
IRunner *runner;
|
||||
IWineRunner *winerunner;
|
||||
|
||||
int CPOSIXRunner::Run(CUtlString szName, CUtlVector<CUtlString>& args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user