mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
init
This commit is contained in:
11
libs/hwcodec/cpp/common/system.h
Normal file
11
libs/hwcodec/cpp/common/system.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef SYSTEM_H
|
||||
#define SYSTEM_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "platform/win/win.h"
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
#include "platform/linux/linux.h"
|
||||
#endif
|
||||
|
||||
#endif // SYSTEM_H
|
||||
Reference in New Issue
Block a user