From 5c7decc27d7cf3aabbcff5172e67602c789a6db5 Mon Sep 17 00:00:00 2001 From: darkvater Date: Wed, 22 Dec 2004 15:45:41 +0000 Subject: (svn r1219) -Fix: compilation for windows release build (forgotten VARDEF) --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 2d9c2ff2c..2a31f76e6 100644 --- a/variables.h +++ b/variables.h @@ -49,7 +49,7 @@ typedef struct { char post[16]; } CurrencySpec; -CurrencySpec _currency_specs[24]; +VARDEF CurrencySpec _currency_specs[24]; // Current date VARDEF uint16 _date; -- cgit v1.2.3-54-g00ecf