X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_cpu.h;h=f3a31c0cbf9b5e89a556f0fbe7843f1a537738cc;hb=bc061e8455fa11eec3167681d53f9df3974b13a5;hp=9610fb6e79f75ede62441dfbb4906ab2439889fe;hpb=77c667f4093a67cca8e77b4cb76a5fd2a674a5bf;p=vlc diff --git a/include/vlc_cpu.h b/include/vlc_cpu.h index 9610fb6e79..f3a31c0cbf 100644 --- a/include/vlc_cpu.h +++ b/include/vlc_cpu.h @@ -2,7 +2,7 @@ * cpu.h: CPU type detection ***************************************************************************** * Copyright (C) 2002 VideoLAN - * $Id: vlc_cpu.h,v 1.4 2002/10/03 13:21:54 sam Exp $ + * $Id: vlc_cpu.h,v 1.5 2002/11/11 14:39:11 sam Exp $ * * Authors: Samuel Hocevar * @@ -21,5 +21,5 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ -u32 CPUCapabilities( void ); +uint32_t CPUCapabilities( void );