1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Correct the case of a #include directory name, just in case.

llvm-svn: 19254
This commit is contained in:
Reid Spencer 2005-01-02 09:45:04 +00:00
parent b29141a864
commit 110e76fd79

View File

@ -22,7 +22,7 @@
#ifdef LLVM_ON_WIN32
#include "win32/DynamicLibrary.cpp"
#include "Win32/DynamicLibrary.cpp"
#else