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.

23 lines
505 B

  1. LIBRARY WPSFAXRE
  2. EXETYPE WINDOWS
  3. CODE MOVEABLE PRELOAD
  4. DATA MOVEABLE SINGLE PRELOAD
  5. ; Don't know why a heap is necessary, but w/o it get a GPF in TileBrush. -RajeevD
  6. HEAPSIZE 4000
  7. IMPORTS
  8. ddBitBlt = DISPLAY.1
  9. ddColorInfo = DISPLAY.2
  10. ddRealize = DISPLAY.10
  11. EXPORTS
  12. WEP @1 RESIDENTNAME
  13. hHREOpen @2
  14. uiHREWrite @3
  15. uiHREExecute @5
  16. uiHREClose @6
  17. UnpackGlyphSet @8