From c7b964316b73e6b5ee312d4070bdd65ccfc8d53f Mon Sep 17 00:00:00 2001 From: hoeppie Date: Sun, 26 Jan 2014 21:08:43 +0000 Subject: [PATCH] added my name as windows compiler. git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@22 4df02467-bbd4-4a76-a152-e7ce94205b78 --- src/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform.h b/src/platform.h index 4494dbe..760238a 100644 --- a/src/platform.h +++ b/src/platform.h @@ -13,7 +13,7 @@ // DOS, OS/2 and Windows #if defined(__DJGPP__) || defined(__OS2__) || defined(__Windows__) || defined(WIN32) || defined(_WIN32) || defined(__WIN32__) -#define PLATFORM_VERSION "DOS/OS2/Win32 version." +#define PLATFORM_VERSION "DOS/OS2/Win32 version. Compiled by Dirk Hoepfner" #include "_dos.h" #endif