View | Details | Raw Unified | Return to bug 56990
Collapse All | Expand All

(-)version.h (-1 / +1 lines)
Lines 7-13 Link Here
7
#ifdef _WIN32
7
#ifdef _WIN32
8
#define QW_PLATFORM	"Win32"
8
#define QW_PLATFORM	"Win32"
9
#else 
9
#else 
10
#define QW_PLATFORM	"Linux"
10
#define QW_PLATFORM	"FreeBSD"
11
#endif
11
#endif
12
12
13
#ifdef GLQUAKE
13
#ifdef GLQUAKE

Return to bug 56990