forked from OSchip/llvm-project
Correct the case of a #include directory name, just in case.
llvm-svn: 19254
This commit is contained in:
parent
70d13a979c
commit
862ebf5277
|
@ -22,7 +22,7 @@
|
|||
|
||||
#ifdef LLVM_ON_WIN32
|
||||
|
||||
#include "win32/DynamicLibrary.cpp"
|
||||
#include "Win32/DynamicLibrary.cpp"
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in New Issue