mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
- SAL-ify `IntVideoPortGetProcAddress()`. Sadly its 2nd parameter needs to stay `PUCHAR` to comply with the `PVIDEO_PORT_GET_PROC_ADDRESS` type. - Append `VideoPortQuerySystemTime` to the array of exports (Vista+ compatibility). Note that probably because of a copy-pasta error, Windows' VideoPrt duplicates the `VideoPortMapDmaMemory` entry in between those of `VideoPortFreeCommonBuffer` and `VideoPortReleaseBuffer`.