libobs: Remove WIN32_LEAN_AND_MEAN

It should already be defined near the Windows.h include.
master
jpark37 2021-09-17 22:11:55 -07:00 committed by Jim
parent 64cb26d03d
commit a3f10cf0be
1 changed files with 0 additions and 4 deletions

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>