]> git.sesse.net Git - vlc/blobdiff - include/variables.h
* ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
[vlc] / include / variables.h
index 7deddc1226b6a2062a5973bff50545c578f9cfa8..cb822d4427ad5affe922a75db48c7c4fd7c6990a 100644 (file)
@@ -2,7 +2,7 @@
  * variables.h: variables handling
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: variables.h,v 1.7 2002/10/28 20:57:01 sam Exp $
+ * $Id: variables.h,v 1.8 2002/11/11 14:39:11 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -34,7 +34,7 @@ struct variable_t
 
     /* The variable unique name, (almost) unique hashed value, and type */
     char *       psz_name;
-    u32          i_hash;
+    uint32_t     i_hash;
     int          i_type;
 
     /* A pointer to a comparison function, a duplication function, and