bpo-34217: Use lowercase for windows headers (GH-8472)

This commit is contained in:
Erik Janssens 2018-08-16 08:40:50 +02:00 committed by INADA Naoki
parent 67b9cc8e60
commit e6a4755e67
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
#include <windows.h>
#include <gdiplus.h>
#include <Uxtheme.h>
#include <uxtheme.h>
#include <msiquery.h>
#include <objbase.h>
#include <shlobj.h>