#include <9pm/windows.h>
#include <9pm/u.h>
#include <9pm/libc.h>

LPWSTR WINAPI
GetCommandLine(VOID)
{
	/* GetCommandLineW is implemented on Windows 95 */
	return GetCommandLineW();
}



syntax highlighted by Code2HTML, v. 0.9.1