Changeset e5501691c1435de908c354363d3618cf117d9284
- 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
| r82921f3 |
re550169 |
|
| 310 | 310 | playlist_t *p_playlist; |
|---|
| 311 | 311 | |
|---|
| 312 | | p_this = (vlc_object_t *)GetWindowLongPtr( hwnd, GWLP_USERDATA ); |
|---|
| | 312 | p_this = (vlc_object_t *) |
|---|
| | 313 | (uintptr_t)GetWindowLongPtr( hwnd, GWLP_USERDATA ); |
|---|
| 313 | 314 | |
|---|
| 314 | 315 | if( !p_this ) return 0; |
|---|