Patch 667613: Extend gfxUsageBits[]

svn-id: r6453
This commit is contained in:
James Brown 2003-01-14 10:06:56 +00:00
parent 639cb13da1
commit 5bf741f960
12 changed files with 647 additions and 528 deletions

View file

@ -32,10 +32,11 @@ enum {
VER_V10,
VER_V11,
VER_V12,
VER_V13
VER_V13,
VER_V14
};
#define CURRENT_VER VER_V13
#define CURRENT_VER VER_V14
// To work around a warning in GCC 3.2 (and 3.1 ?) regarding non-POD types,