Replace definitions with constant expressions - Core/HW/EXI/BBA/TAP_Win32

This commit is contained in:
Dr. Dystopia 2025-04-15 08:21:13 +02:00
parent 4f210df86a
commit c4f906bcd9

View file

@ -36,8 +36,8 @@
#include <windows.h>
#include <stdlib.h>
#include <winioctl.h>
#define TAP_WIN32_MIN_MAJOR 9
#define TAP_WIN32_MIN_MINOR 0
constexpr int TAP_WIN32_MIN_MAJOR = 9;
constexpr int TAP_WIN32_MIN_MINOR = 0;
//=============
// TAP IOCTLs