#include <9pm/windows.h> #include <9pm/u.h> #include <9pm/libc.h> LPWSTR WINAPI GetCommandLine(VOID) { /* GetCommandLineW is implemented on Windows 95 */ return GetCommandLineW(); }