Skip to content
  • rswindell's avatar
    Work-arounds for Windows Vista: · 054adae8
    rswindell authored
    Do not specify an init function, apparently not supported by Vista -
    RegisterModule() fails with AX=1 when an InitFunc is specified.
    Use AX to get the VDD handle (required for UART virtualization),
    even though this value does not match the handle that was passed
    to VDDInitialize().
    054adae8