mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Replace definitions with constant expressions - Core/HW/EXI/BBA/TAP_Win32
This commit is contained in:
parent
4f210df86a
commit
c4f906bcd9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue