Remove cstdio debug

This commit is contained in:
Josh Lubawy 2016-03-17 01:00:49 -07:00
parent f715e5b0b2
commit 1bd8bcbdd9

View File

@ -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)