From deded166fd253a3a50a66f1a97cc215e47372472 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 30 May 2008 21:06:53 +0000 Subject: 20080530-2206 --- CHANGES | 1 + emu/Nt/win.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 879c7188..364812b9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ 20080530 issue 91: _declspec changed to __declspec in Nt files + issue 92: argv0 declaration changed to extern from static in emu/Nt/win.c 20080529 limbo/stubs.c: allow pick adt types 20080528 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; -- cgit v1.2.3