Parcourir la source

filesystem_win.cc: change include of Shlobj.h to shlobj.h (#9686)

Denver Coneybeare il y a 4 ans
Parent
commit
be6543086a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Firestore/core/src/util/filesystem_win.cc

+ 1 - 1
Firestore/core/src/util/filesystem_win.cc

@@ -18,7 +18,7 @@
 
 #if defined(_WIN32)
 
-#include <Shlobj.h>
+#include <shlobj.h>
 #include <windows.h>
 
 #include <cerrno>