]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/common.h
access: Rename access2 to access as access is no longer existing.
[vlc] / modules / access / dshow / common.h
index 8a601619d7df997295dc4d0123a5e2b8cc28e716..098f51cab2417f570514ca158842def1a912b8ad 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#ifdef size_t
-#undef size_t
-#endif
-#ifdef ptrdiff_t
-#undef ptrdiff_t
-#endif
 #include <string>
 #include <list>
 #include <deque>
@@ -99,5 +93,5 @@ struct access_sys_t
     int            i_width;
     int            i_height;
     int            i_chroma;
-    vlc_bool_t     b_chroma; /* Force a specific chroma on the dshow input */
+    bool     b_chroma; /* Force a specific chroma on the dshow input */
 };