1
0

dkpltfrm.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. //==========================================================================
  2. //
  3. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. // PURPOSE.
  7. //
  8. // Copyright (c) 1999 - 2001 On2 Technologies Inc. All Rights Reserved.
  9. //
  10. //--------------------------------------------------------------------------
  11. #ifndef _dkpltfrm_h
  12. #define _dkpltfrm_h
  13. /********************************************************
  14. PC for Win95/DOS/etc...
  15. ********************************************************/
  16. /*
  17. #define DX_COUNTERS 0
  18. */
  19. /* #define VOXWARE_WIN32 1 */
  20. #define SUPPORT565 1
  21. #define DX_TR20 1
  22. #define TINKER 1
  23. #define LARGECHUNKS 1
  24. #define RGBORDER 0
  25. #define BGRORDER 1
  26. #define DKTRUE 1
  27. #define DKFALSE !DKTRUE
  28. #define TBLOFFSET 0
  29. #define CENTER_TABLE 0
  30. #define BLACK16X2 0x00000000
  31. //#include "nofar.h"
  32. #include "littlend.h"
  33. #define LIMITREADS /* limit reads average frame size */
  34. #define LIMIT_1_5 /* limit reads to 1.5x the average frame size */
  35. #define DISPLAYDIB 0
  36. #define AUDIOINTERLEAVED 1
  37. typedef int GfsHn;
  38. #define slow_seek duck_seek
  39. #define gooseCD(x,y)
  40. #define COLORORDER RGBORDER
  41. #define SWAPENDS 0
  42. #define HW_CD_BUFFER 0
  43. #define CD_ONLY 0
  44. #define DX24BIT
  45. #if !defined(UINT64)
  46. typedef unsigned __int64 UINT64;
  47. #endif
  48. #endif /* include guards */