From e30041914d81a376113561768611a6b1520688f8 Mon Sep 17 00:00:00 2001 From: Damien Fouilleul <damienf@videolan.org> Date: Mon, 16 Apr 2007 16:32:11 +0000 Subject: [PATCH] dshow/common.h: reverting r19786 --- modules/access/dshow/common.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/access/dshow/common.h b/modules/access/dshow/common.h index 8a601619d7df..4b69d7e67928 100644 --- a/modules/access/dshow/common.h +++ b/modules/access/dshow/common.h @@ -24,12 +24,6 @@ /***************************************************************************** * Preamble *****************************************************************************/ -#ifdef size_t -#undef size_t -#endif -#ifdef ptrdiff_t -#undef ptrdiff_t -#endif #include <string> #include <list> #include <deque> -- GitLab