mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
- Make ddraw test compile warning free under gcc 4.4.0
svn path=/trunk/; revision=42969
This commit is contained in:
parent
a557cda82c
commit
07d6ee8ed5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#define GetCode(X) printf("%s\n", DDErrorString(X));
|
||||
|
||||
const PCHAR DDErrorString (HRESULT hResult)
|
||||
const CHAR* DDErrorString (HRESULT hResult)
|
||||
{
|
||||
switch (hResult)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue