summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-05-30 21:06:53 +0000
committerCharles.Forsyth <devnull@localhost>2008-05-30 21:06:53 +0000
commitdeded166fd253a3a50a66f1a97cc215e47372472 (patch)
treecc96e8d2f10f4e3154a7e334cd4c09925b8ca518
parentd9c5943558618085062d60aab36ef94e12fa81c8 (diff)
20080530-220620080603
-rw-r--r--CHANGES1
-rw-r--r--emu/Nt/win.c2
2 files changed, 2 insertions, 1 deletions
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;