mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
applied patches from #1005
This commit is contained in:
@@ -42,6 +42,15 @@
|
||||
#if defined(HAVE_QT)
|
||||
|
||||
#include <window_QT.h>
|
||||
#include <math.h>
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#define usleep Sleep
|
||||
#endif
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
//Static and global first
|
||||
static GuiReceiver *guiMainThread = NULL;
|
||||
|
||||
Reference in New Issue
Block a user