]> git.sesse.net Git - vlc/commitdiff
Use ifdef/endif tests on the undefs
authorMark Moriarty <markfm@videolan.org>
Mon, 16 Apr 2007 02:27:39 +0000 (02:27 +0000)
committerMark Moriarty <markfm@videolan.org>
Mon, 16 Apr 2007 02:27:39 +0000 (02:27 +0000)
modules/access/dshow/common.h

index e0d74b585f33842718bd6eebf3c68b072bcb65e4..8a601619d7df997295dc4d0123a5e2b8cc28e716 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#ifdef size_t
 #undef size_t
+#endif
+#ifdef ptrdiff_t
 #undef ptrdiff_t
+#endif
 #include <string>
 #include <list>
 #include <deque>