0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

libobs: Remove WIN32_LEAN_AND_MEAN

It should already be defined near the Windows.h include.
This commit is contained in:
jpark37 2021-09-17 22:11:55 -07:00 committed by Jim
parent 64cb26d03d
commit a3f10cf0be

View File

@ -15,10 +15,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN
#endif
#include <string.h>
#include <assert.h>