Skip to content

Commit 2f73a89

Browse files
Changes for OBS 31.1.2
1 parent 87e337a commit 2f73a89

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

headers/VSTPlugin.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2323
#define BLOCK_SIZE 512
2424

2525
#ifdef WIN32
26-
#define NOMINMAX
2726
#include <Windows.h>
2827
#endif
2928

proxy/VstWindow.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
22

3-
#define NOMINMAX
43
#include <Windows.h>
54

65
#include <atomic>

proxy/win-streamlabs-vst.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// win-streamlabs-vst.cpp : This file contains the 'main' function. Program execution begins and ends there.
22
//
33

4-
#define NOMINMAX
5-
64
#include "VstModule.h"
75
#include "VstWindow.h"
86

win/VSTPlugin-win.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
#include <obs_vst_api.grpc.pb.h>
2222

2323
#include <util/platform.h>
24-
#define NOMINMAX
2524
#include <windows.h>
2625
#include <string>
2726
#include <grpcpp/grpcpp.h>

0 commit comments

Comments
 (0)