From e45a20e92b2972553c0229603362a1e015e1d61c Mon Sep 17 00:00:00 2001 From: Andrew Niefer Date: Thu, 18 Jan 2007 16:06:20 +0000 Subject: changes for bug 168775 --- bundles/org.eclipse.equinox.executable/library/eclipseOS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundles/org.eclipse.equinox.executable/library/eclipseOS.h') diff --git a/bundles/org.eclipse.equinox.executable/library/eclipseOS.h b/bundles/org.eclipse.equinox.executable/library/eclipseOS.h index 91cb40a95..e2bde996c 100644 --- a/bundles/org.eclipse.equinox.executable/library/eclipseOS.h +++ b/bundles/org.eclipse.equinox.executable/library/eclipseOS.h @@ -108,7 +108,7 @@ extern void takeDownSplash(); extern void restartLauncher( _TCHAR* program, _TCHAR* args[] ); /* launch the vm in a separate process and wait for it to finish */ -extern int launchJavaVM( _TCHAR* program, _TCHAR* args[] ); +extern int launchJavaVM( _TCHAR* args[] ); #endif /* ECLIPSE_OS_H */ -- cgit v1.2.3