Commit 4f71b897 authored by Mark Moriarty's avatar Mark Moriarty

Fix dshow build on Cygwin -- add size_t and ptrdiff_t undefs

parent 1c582f37
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#undef size_t
#undef ptrdiff_t
#include <string> #include <string>
#include <list> #include <list>
#include <deque> #include <deque>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment