Merge pull request #17852 from pstef/mean-and-mean

Reapply "Define WIN32_LEAN_AND_MEAN to avoid collision with winsock2"
This commit is contained in:
LibretroAdmin 2025-05-03 16:48:46 +02:00 committed by GitHub
commit 34e68a44ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#define WIN32_LEAN_AND_MEAN
#include <QApplication>
#include <QAbstractEventDispatcher>
#include <QtWidgets>