OSDN Git Service

mesa: Prevent CONST macro re-definition.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 10 Oct 2012 10:40:07 +0000 (11:40 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 10 Oct 2012 10:40:34 +0000 (11:40 +0100)
commit3f228ed0907f1eff46e1afa3fe3ac961c532bc5f
tree0cd40982241df1b30b5fb37ca78fa9552a336288
parenta5558881519dc424abc25926d5a44ddfff06a993
mesa: Prevent CONST macro re-definition.

Should fix MSVC build, as windows.h also defines CONST.

CONST usage in get.c is not new, so probably this just appeared now due
to changes in the includes.
src/mesa/main/get.c