mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
ddraw_test: Use const char* for string constants, gcc 4.4 warning
svn path=/trunk/; revision=42906
This commit is contained in:
parent
eb65544870
commit
b84ac6c703
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#define GetCode(X) printf("%s\n", DDErrorString(X));
|
||||
|
||||
PCHAR DDErrorString (HRESULT hResult)
|
||||
const PCHAR DDErrorString (HRESULT hResult)
|
||||
{
|
||||
switch (hResult)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue