mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Core: Add missing header guards
This commit is contained in:
parent
c4def7c814
commit
10f705f665
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
||||||
// the TAP-Win32 driver and contains definitions
|
// the TAP-Win32 driver and contains definitions
|
||||||
// common to both.
|
// common to both.
|
||||||
//===============================================
|
//===============================================
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <winioctl.h>
|
#include <winioctl.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue