]> git.sesse.net Git - vlc/commitdiff
Fix dshow build on Cygwin -- add size_t and ptrdiff_t undefs
authorMark Moriarty <markfm@videolan.org>
Sat, 14 Apr 2007 15:04:36 +0000 (15:04 +0000)
committerMark Moriarty <markfm@videolan.org>
Sat, 14 Apr 2007 15:04:36 +0000 (15:04 +0000)
modules/access/dshow/common.h

index 4b69d7e67928e1cf4d5fa6aef22a7456f6dfd67a..e0d74b585f33842718bd6eebf3c68b072bcb65e4 100644 (file)
@@ -24,6 +24,8 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#undef size_t
+#undef ptrdiff_t
 #include <string>
 #include <list>
 #include <deque>