diff options
| author | Travis Howell | 2002-09-22 11:37:53 +0000 |
|---|---|---|
| committer | Travis Howell | 2002-09-22 11:37:53 +0000 |
| commit | eef7b309557078b49fc18bd2fdcdf30121e7e871 (patch) | |
| tree | 1792db8d440e9561586397396092afccd0357563 /common | |
| parent | 11aedcbed421bb357bfc2b7e830c3dd93948a2a7 (diff) | |
| download | scummvm-rg350-eef7b309557078b49fc18bd2fdcdf30121e7e871.tar.gz scummvm-rg350-eef7b309557078b49fc18bd2fdcdf30121e7e871.tar.bz2 scummvm-rg350-eef7b309557078b49fc18bd2fdcdf30121e7e871.zip | |
Remove mention of Windows GDI build
svn-id: r5005
Diffstat (limited to 'common')
| -rw-r--r-- | common/stdafx.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/common/stdafx.h b/common/stdafx.h index de4f0156ce..dbd9899dd8 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -2,8 +2,11 @@ * $Id$ * * $Log$ - * Revision 1.1 2002/08/21 16:07:23 fingolfin - * Initial revision + * Revision 1.2 2002/09/22 11:37:53 kirben + * Remove mention of Windows GDI build + * + * Revision 1.1.1.1 2002/08/21 16:07:23 fingolfin + * new ScummVM CVS module * * Revision 1.18 2002/07/08 13:33:10 fingolfin * two more small QNX fixes @@ -141,11 +144,6 @@ /* Semi-Platform-specific version info */ -#ifdef ALLOW_GDI -/* Assume Win32 GDI is used, then... */ -#define SCUMMVM_PLATFORM_VERSION "Win32 GDI version" - -#else #ifdef ALLOW_X11 /* Assume pure X11 is used, then... */ #define SCUMMVM_PLATFORM_VERSION "X11 version" @@ -164,6 +162,5 @@ #endif #endif #endif -#endif #endif |
