Changeset e5501691c1435de908c354363d3618cf117d9284

Show
Ignore:
Timestamp:
05/08/08 22:26:36 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1210278396 +0300
git-parent:

[381904b9f00401e1371c9fd4e73185894b0ed540]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1210278396 +0300
Message:

Win32: kill the Win64-induced warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/win32_specific.c

    r82921f3 re550169  
    310310        playlist_t *p_playlist; 
    311311 
    312         p_this = (vlc_object_t *)GetWindowLongPtr( hwnd, GWLP_USERDATA ); 
     312        p_this = (vlc_object_t *) 
     313            (uintptr_t)GetWindowLongPtr( hwnd, GWLP_USERDATA ); 
    313314 
    314315        if( !p_this ) return 0;