mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-12-24 01:29:32 +00:00
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:
parent
96a0f55818
commit
c7b964316b
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
// DOS, OS/2 and Windows
|
// DOS, OS/2 and Windows
|
||||||
#if defined(__DJGPP__) || defined(__OS2__) || defined(__Windows__) || defined(WIN32) || defined(_WIN32) || defined(__WIN32__)
|
#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"
|
#include "_dos.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user