Skip to content

Commit

Permalink
Merge pull request ofTheo#21 from DomAmato/master
Browse files Browse the repository at this point in the history
Update to resolve linker errors
  • Loading branch information
ofTheo committed Jun 30, 2015
2 parents 874840a + 242ab01 commit 3815d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions videoInputSrcAndDemos/libs/videoInput/videoInput.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Thanks to:
*/
/////////////////////////////////////////////////////////


#pragma comment(lib,"Strmiids.lib")

#include <stdlib.h>
#include <stdio.h>
Expand All @@ -49,7 +49,7 @@ Thanks to:

//this is for TryEnterCriticalSection
#ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x400
# define _WIN32_WINNT 0x501
#endif
#include <windows.h>

Expand Down

0 comments on commit 3815d73

Please sign in to comment.