Skip to content
  • LRN's avatar
    tests W32: Fix Windows values casting · 190ea6ed
    LRN authored and Xavier Claessens's avatar Xavier Claessens committed
    LPARAM is LONG_PTR which is the same as INT_PTR on Windows.
    WPARAM is UINT_PTR.
    HWND is a pointer.
    (%p prints pointers without 0x prefix, hence the extra 0x).
    190ea6ed