mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:23:32 +00:00
in ddrawgdi.h
- remove #if 0 (Define GdiEntries to thier internal names) - include the right headers instead of defining things on it's own svn path=/trunk/; revision=17083
This commit is contained in:
parent
4b9db80475
commit
3d09f34d49
2 changed files with 18 additions and 20 deletions
|
@ -273,22 +273,22 @@ GdiDllInitialize@12
|
||||||
GdiDrawStream@12
|
GdiDrawStream@12
|
||||||
GdiEndDocEMF@4
|
GdiEndDocEMF@4
|
||||||
GdiEndPageEMF@8
|
GdiEndPageEMF@8
|
||||||
GdiEntry1@8=DdCreateDirectDrawObject@8
|
GdiEntry1@8
|
||||||
GdiEntry2@44=DdQueryDirectDrawObject@44
|
GdiEntry2@44
|
||||||
GdiEntry3@4=DdDeleteDirectDrawObject@4
|
GdiEntry3@4
|
||||||
GdiEntry4@8=DdCreateSurfaceObject@8
|
GdiEntry4@8
|
||||||
GdiEntry5@4=DdDeleteSurfaceObject@4
|
GdiEntry5@4
|
||||||
GdiEntry6@8=DdResetVisrgn@8
|
GdiEntry6@8
|
||||||
GdiEntry7@8=DdGetDC@8
|
GdiEntry7@8
|
||||||
GdiEntry8@4=DdReleaseDC@4
|
GdiEntry8@4
|
||||||
GdiEntry9@24=DdCreateDIBSection@24
|
GdiEntry9@24
|
||||||
GdiEntry10@8=DdReenableDirectDrawObject@8
|
GdiEntry10@8
|
||||||
GdiEntry11@8=DdAttachSurface@8
|
GdiEntry11@8
|
||||||
GdiEntry12@8=DdUnattachSurface@8
|
GdiEntry12@8
|
||||||
GdiEntry13@0=DdQueryDisplaySettingsUniqueness@0
|
GdiEntry13@0
|
||||||
GdiEntry14@12=DdGetDxHandle@12
|
GdiEntry14@12
|
||||||
GdiEntry15@12=DdSetGammaRamp@12
|
GdiEntry15@12
|
||||||
GdiEntry16@12=DdSwapTextureHandles@12
|
GdiEntry16@12
|
||||||
GdiFixUpHandle@4
|
GdiFixUpHandle@4
|
||||||
GdiFlush@0
|
GdiFlush@0
|
||||||
GdiFullscreenControl@20
|
GdiFullscreenControl@20
|
||||||
|
|
|
@ -17,8 +17,9 @@
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <ddk/d3dhal.h>
|
||||||
|
|
||||||
/* Define the real export names */
|
/* Define the real export names */
|
||||||
#if 0 /* FIXME */
|
|
||||||
#define DdCreateDirectDrawObject GdiEntry1
|
#define DdCreateDirectDrawObject GdiEntry1
|
||||||
#define DdQueryDirectDrawObject GdiEntry2
|
#define DdQueryDirectDrawObject GdiEntry2
|
||||||
#define DdDeleteDirectDrawObject GdiEntry3
|
#define DdDeleteDirectDrawObject GdiEntry3
|
||||||
|
@ -35,10 +36,7 @@
|
||||||
#define DdGetDxHandle GdiEntry14
|
#define DdGetDxHandle GdiEntry14
|
||||||
#define DdSetGammaRamp GdiEntry15
|
#define DdSetGammaRamp GdiEntry15
|
||||||
#define DdSwapTextureHandles GdiEntry16
|
#define DdSwapTextureHandles GdiEntry16
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct _D3DHAL_CALLBACKS FAR *LPD3DHAL_CALLBACKS;
|
|
||||||
typedef struct _D3DHAL_GLOBALDRIVERDATA FAR *LPD3DHAL_GLOBALDRIVERDATA;
|
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue