mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
plugin: extern "C" around obs includes
This commit is contained in:
parent
f54efe7704
commit
55abc87126
1 changed files with 2 additions and 0 deletions
|
@ -22,11 +22,13 @@
|
|||
#include <list>
|
||||
#include <functional>
|
||||
|
||||
extern "C" {
|
||||
#pragma warning (push)
|
||||
#pragma warning (disable: 4201)
|
||||
#include "obs-module.h"
|
||||
#include "util/platform.h"
|
||||
#pragma warning (pop)
|
||||
}
|
||||
|
||||
// Plugin
|
||||
#define PLUGIN_NAME "Stream Effects"
|
||||
|
|
Loading…
Reference in a new issue