svvitch
digital signage player
|
#include <Poco/Net/NetworkInterface.h>
#include "Renderer.h"
#include "Scene.h"
#include "Utils.h"
#include <Poco/File.h>
#include <Poco/string.h>
#include <Poco/format.h>
#include <Poco/UnicodeConverter.h>
#include <psapi.h>
#include <errors.h>
#include <winioctl.h>
Go to the source code of this file.
Defines | |
#define | _WIN32_DCOM |
#define | LOCK_TIMEOUT 10000 |
#define | LOCK_RETRIES 20 |
#define _WIN32_DCOM |
Definition at line 5 of file Renderer.cpp.
#define LOCK_RETRIES 20 |
Definition at line 1451 of file Renderer.cpp.
#define LOCK_TIMEOUT 10000 |
Definition at line 1450 of file Renderer.cpp.