Author: sginsberg
Date: Sun Aug 30 17:36:37 2009
New Revision: 42969
URL:
http://svn.reactos.org/svn/reactos?rev=42969&view=rev
Log:
- Make ddraw test compile warning free under gcc 4.4.0
Modified:
trunk/rostests/dxtest/ddraw/debug.cpp
Modified: trunk/rostests/dxtest/ddraw/debug.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/dxtest/ddraw/debug.cpp?re…
==============================================================================
--- trunk/rostests/dxtest/ddraw/debug.cpp [iso-8859-1] (original)
+++ trunk/rostests/dxtest/ddraw/debug.cpp [iso-8859-1] Sun Aug 30 17:36:37 2009
@@ -1,7 +1,7 @@
#define GetCode(X) printf("%s\n", DDErrorString(X));
-const PCHAR DDErrorString (HRESULT hResult)
+const CHAR* DDErrorString (HRESULT hResult)
{
switch (hResult)
{