Skip to content

Commit 7a4d06f

Browse files
committed
define only if it's not defined already
1 parent b9e9727 commit 7a4d06f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

obs_plugin/src/obs_plugin.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
#define _WEBSOCKETPP_CPP11_RANDOM_DEVICE_
44
#define ASIO_STANDALONE
5-
#define _WEBSOCKETPP_CPP11_TYPE_TRAITS_
5+
6+
#ifndef _WEBSOCKETPP_CPP11_TYPE_TRAITS_
7+
#define _WEBSOCKETPP_CPP11_TYPE_TRAITS_
8+
#endif
69

710
#pragma warning(push)
811
#pragma warning(disable : 4267)

0 commit comments

Comments
 (0)