Patch 667613: Extend gfxUsageBits[]
svn-id: r6453
This commit is contained in:
parent
639cb13da1
commit
5bf741f960
12 changed files with 647 additions and 528 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue