Minor fix

This commit is contained in:
mannol 2014-01-25 02:03:24 +01:00
parent 913239e434
commit 81097ffe25

View File

@ -70,7 +70,7 @@
#define DEFAULT_WEBCAM "/dev/video0" #define DEFAULT_WEBCAM "/dev/video0"
#endif #endif
#ifdef WIN32 #ifdef defined(_WIN32) || defined(__WIN32__) || defined (WIN32)
#define VIDEO_DRIVER "vfwcap" #define VIDEO_DRIVER "vfwcap"
#define DEFAULT_WEBCAM "0" #define DEFAULT_WEBCAM "0"
#endif #endif