Output DPMI as version extension instead of 386
This commit is contained in:
parent
03de8fcc4b
commit
034d8d2511
@ -82,8 +82,8 @@ const char* __gver_shortver__ = __GVER_SVER__(__GVER_MAJOR__,__GVER_MINOR__,__GV
|
||||
// Platform specific strings.
|
||||
|
||||
#if defined(__MSDOS__)
|
||||
#define __GVER_PLATFORM__ "/386"
|
||||
#define __GVER_SHORTPLATFORM__ "386"
|
||||
#define __GVER_PLATFORM__ "/DPMI32"
|
||||
#define __GVER_SHORTPLATFORM__ "DPMI"
|
||||
#define __GVER_SHORTLOGNAME__ "X"
|
||||
#define __GVER_CFGEXT__ ".gex"
|
||||
#elif defined(__EMX__)
|
||||
|
Reference in New Issue
Block a user