]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't redefine the CPU comparison constants in CPU test
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 29 Mar 2012 09:47:07 +0000 (10:47 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 30 Mar 2012 10:47:04 +0000 (11:47 +0100)
commit12f0d2ece914b1f8a879e450acd38f8325dc0da8
tree0938521b396b003f9e4557c41b0ac7d64de52208
parent5d7929af46e0f509c3aa2d02017ed6004ddcd7fb
Don't redefine the CPU comparison constants in CPU test

Defining an enum with names like "ERROR" causes  a world of
hurt on Win32 whose headers have such symbol names already

* tests/cputest.c: Remove redefinition of CPU constants

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tests/cputest.c