mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:05:50 +00:00
- Release Ddraw Object Test_CreateDDraw
- First Surface Test of many to follow - GetMonitorFrequency and whitespace changes by EmuandCo svn path=/trunk/; revision=26758
This commit is contained in:
parent
779a784f15
commit
35b29a1d0a
5 changed files with 61 additions and 18 deletions
|
@ -5,7 +5,7 @@ PCHAR DDErrorString (HRESULT hResult)
|
|||
{
|
||||
switch (hResult)
|
||||
{
|
||||
case DD_OK: return "DD_OK";
|
||||
case DD_OK: return "DD_OK";
|
||||
case DDERR_ALREADYINITIALIZED: return "DDERR_ALREADYINITIALIZED";
|
||||
case DDERR_CANNOTATTACHSURFACE: return "DDERR_CANNOTATTACHSURFACE";
|
||||
case DDERR_CANNOTDETACHSURFACE: return "DDERR_CANNOTDETACHSURFACE";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue