Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
898 B

  1. /*==========================================================================;
  2. *
  3. * Copyright (C) 1994-1997 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dx8priv.h
  6. * Content: Private header file for all changes that are truly
  7. * private to Dx8.
  8. *
  9. ***************************************************************************/
  10. #include "d3d8typesp.h"
  11. #include "d3d8ddi.h"
  12. #ifdef WIN95
  13. extern ULONG giDisplaySettingsUniqueness;
  14. #endif
  15. #ifdef IS_32
  16. extern HRESULT InternalDirectDrawCreate( GUID * lpGUID, LPDIRECTDRAW *lplpDD, LPDDRAWI_DIRECTDRAW_INT pnew_int, DWORD dwFlags, char* pDeviceName );
  17. extern HRESULT InternalCreateSurface( LPDDRAWI_DIRECTDRAW_LCL thisg, LPDDSURFACEDESC2 lpDDSurfaceDesc, LPDIRECTDRAWSURFACE FAR *lplpDDSurface, LPDDRAWI_DIRECTDRAW_INT this_int, LPDDSURFACEINFO pSysMemInfo, DWORD DX8Flags );
  18. #endif