Files
reactos/win32ss
Hermès Bélusca-Maïto 824a51e303 [VIDEOPRT] Minor maintenance for IntVideoPortGetProcAddress() (#8444)
- 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`.
2025-11-04 19:50:23 +01:00
..