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
This commit is contained in:
hoeppie 2014-01-26 21:08:43 +00:00
parent 96a0f55818
commit c7b964316b

View File

@ -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