diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-05-30 21:06:53 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-05-30 21:06:53 +0000 |
| commit | deded166fd253a3a50a66f1a97cc215e47372472 (patch) | |
| tree | cc96e8d2f10f4e3154a7e334cd4c09925b8ca518 /emu/Nt/win.c | |
| parent | d9c5943558618085062d60aab36ef94e12fa81c8 (diff) | |
20080530-2206
Diffstat (limited to 'emu/Nt/win.c')
| -rw-r--r-- | emu/Nt/win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/Nt/win.c b/emu/Nt/win.c index 2e984642..93c79c25 100644 --- a/emu/Nt/win.c +++ b/emu/Nt/win.c @@ -53,7 +53,7 @@ static int attached; static int isunicode = 1; static HCURSOR hcursor; -static char *argv0 = "inferno"; +char *argv0 = "inferno"; static ulong *data; extern DWORD PlatformId; |
