Source code of Windows XP (NT5)
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.

77 lines
1.2 KiB

  1. __foldwin32sstuff __foldwin32sstuff;
  2. foldstyleinitialization = true;
  3. /*
  4. * Open issues:
  5. *
  6. */
  7. enablemapdirect3216 = true;
  8. flatthunks = true;
  9. #include "types.thk"
  10. int ExtDeviceModePropSheet16(
  11. LPSTR pDeviceName,
  12. LPSTR pPort,
  13. LPSTR pDevModeInput,
  14. LPSTR pDevModeOutput,
  15. LPSTR lParam
  16. ) =
  17. int ExtDeviceModePropSheet16(
  18. LPSTR pDeviceName,
  19. LPSTR pPort,
  20. LPSTR pDevModeInput,
  21. LPSTR pDevModeOutput,
  22. LPSTR lParam
  23. )
  24. {
  25. errorcode = 0;
  26. }
  27. int IDrvDeviceMode(
  28. HWND hWnd,
  29. LPSTR pDevModeOutput,
  30. LPSTR pDeviceName,
  31. LPSTR pPort,
  32. LPSTR pDevModeInput,
  33. LPSTR pProfile,
  34. WORD fMode
  35. ) =
  36. int IDrvDeviceMode(
  37. HWND hWnd,
  38. LPSTR pDevModeOutput,
  39. LPSTR pDeviceName,
  40. LPSTR pPort,
  41. LPSTR pDevModeInput,
  42. LPSTR pProfile,
  43. WORD fMode
  44. )
  45. {
  46. errorcode = 0;
  47. }
  48. int
  49. DeviceCapabilities(
  50. LPSTR pDevice,
  51. LPSTR pPort,
  52. WORD fwCapability,
  53. LPSTR pOutput,
  54. LPSTR pDevMode
  55. ) =
  56. int
  57. DeviceCapabilitiesA(
  58. LPSTR pDevice,
  59. LPSTR pPort,
  60. WORD fwCapability,
  61. LPSTR pOutput,
  62. LPSTR pDevMode
  63. )
  64. {
  65. errorcode = 0;
  66. }