From a2d3afb314a3b27a55f68e05f0d2c7d5dff015be Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 9 Dec 2001 20:21:44 +0000 Subject: Better error checking in winapi.c. (Tim Beckmann) Keep track of profile timestamps. (Tim Beckmann) Implemented a few other missing bits. --- src/version.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h index 8e1e1f5..b22b4ef 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,10 @@ +#ifndef __VERSION_H__ +#define __VERSION_H__ + +extern const char *AvPVersionString; + /* KJL 15:56:24 29/03/98 - this function supplies a text description of the current build, and the build date. */ extern void GiveVersionDetails(void); + +#endif -- cgit v1.3