mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[host] dxgi: add d3d12.h from latest MinGW
This header was added in late 2020 and hasn't made its way into the GitHub Actions image yet.
This commit is contained in:
@@ -12,7 +12,7 @@ EXTENSIONS = ('.c', '.cpp', '.h', '.nsi', '.rc')
|
||||
START_YEAR = 2017
|
||||
CURRENT_YEAR = datetime.date.today().year
|
||||
|
||||
reignore = re.compile('^vendor/|.*/shader/')
|
||||
reignore = re.compile('^vendor/|.*/shader/|.*/d3d12.h$')
|
||||
recopyright = re.compile(r'\A/\*.*?\*/\s+', re.DOTALL)
|
||||
|
||||
project_name = 'Looking Glass'
|
||||
|
Reference in New Issue
Block a user