- Make ddraw test compile warning free under gcc 4.4.0

svn path=/trunk/; revision=42969
This commit is contained in:
Stefan Ginsberg 2009-08-30 15:36:37 +00:00
parent a557cda82c
commit 07d6ee8ed5

View file

@ -1,7 +1,7 @@
#define GetCode(X) printf("%s\n", DDErrorString(X));
const PCHAR DDErrorString (HRESULT hResult)
const CHAR* DDErrorString (HRESULT hResult)
{
switch (hResult)
{