mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Minor fix
This commit is contained in:
parent
913239e434
commit
81097ffe25
|
@ -70,7 +70,7 @@
|
|||
#define DEFAULT_WEBCAM "/dev/video0"
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef defined(_WIN32) || defined(__WIN32__) || defined (WIN32)
|
||||
#define VIDEO_DRIVER "vfwcap"
|
||||
#define DEFAULT_WEBCAM "0"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user