فهرست منبع

libobs: Remove WIN32_LEAN_AND_MEAN

It should already be defined near the Windows.h include.
jpark37 4 سال پیش
والد
کامیت
a3f10cf0be
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      libobs/obs-hotkey-name-map.c

+ 0 - 4
libobs/obs-hotkey-name-map.c

@@ -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>