]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/interface.cpp
Remove I64C as well
[vlc] / modules / gui / wince / interface.cpp
index d990fa1c729e18a202d8b62c891617423d8c6103..13e8aad20e112111e01094ab948af24fe7a7e3b2 100644 (file)
@@ -760,10 +760,10 @@ void Interface::OnSliderUpdate( int wp )
             char psz_time[ MSTRTIME_MAX_SIZE ], psz_total[ MSTRTIME_MAX_SIZE ];
             mtime_t i_seconds;
 
-            i_seconds = var_GetTime( p_input, "length" ) / I64C(1000000 );
+            i_seconds = var_GetTime( p_input, "length" ) / INT64_C(1000000 );
             secstotimestr( psz_total, i_seconds );
 
-            i_seconds = var_GetTime( p_input, "time" ) / I64C(1000000 );
+            i_seconds = var_GetTime( p_input, "time" ) / INT64_C(1000000 );
             secstotimestr( psz_time, i_seconds );
 
             SendMessage( hwndLabel, WM_SETTEXT, (WPARAM)1,