Remove cstdio debug

pull/6283/head
Josh Lubawy 9 years ago
parent f715e5b0b2
commit 1bd8bcbdd9
  1. 2
      modules/videoio/src/cap_vfw.cpp

@ -43,8 +43,6 @@
#include <vfw.h>
#include <cstdio>
#ifdef __GNUC__
#define WM_CAP_FIRSTA (WM_USER)
#define capSendMessage(hwnd,m,w,l) (IsWindow(hwnd)?SendMessage(hwnd,m,w,l):0)

Loading…
Cancel
Save