Skip to content

Commit

Permalink
* modules/access/dshow/crossbar.cpp: compilation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gildas Bazin committed Sep 13, 2004
1 parent 15b4ed2 commit be66bae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/access/dshow/crossbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
#include <vlc/input.h>
#include <vlc/vout.h>

#ifndef _MSC_VER
/* Work-around a bug in w32api-2.5 */
# define QACONTAINERFLAGS QACONTAINERFLAGS_SOMETHINGELSE
#endif

#include "common.h"

/*****************************************************************************
Expand Down

0 comments on commit be66bae

Please sign in to comment.