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.

49 lines
681 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: simulate.h
  3. *
  4. * Created: 17-Apr-1991 08:30:37
  5. * Author: Bodin Dresevic [BodinD]
  6. *
  7. * Copyright (c) 1990 Microsoft Corporation
  8. *
  9. \**************************************************************************/
  10. ULONG
  11. cFacesRes
  12. (
  13. RES_ELEM*
  14. );
  15. ULONG
  16. cFacesFON
  17. (
  18. WINRESDATA*
  19. );
  20. VOID
  21. vDontTouchIFIMETRICS(
  22. IFIMETRICS*
  23. );
  24. #ifdef FE_SB
  25. LONG
  26. cjGlyphDataSimulated
  27. (
  28. FONTOBJ*,
  29. ULONG,
  30. ULONG,
  31. ULONG*,
  32. ULONG
  33. );
  34. #else
  35. LONG
  36. cjGlyphDataSimulated
  37. (
  38. FONTOBJ*,
  39. ULONG,
  40. ULONG,
  41. ULONG*
  42. );
  43. #endif