]> git.lyx.org Git - lyx.git/commitdiff
Fix windows-only typo.
authorAngus Leeming <leeming@lyx.org>
Sat, 23 Apr 2005 00:29:31 +0000 (00:29 +0000)
committerAngus Leeming <leeming@lyx.org>
Sat, 23 Apr 2005 00:29:31 +0000 (00:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9867 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/mkdir.C

index e0be4fd8112605c4c2f0cb4633918c850f7255af..268984b7ab17fda7a22132a8220d6a2cf7dba571 100644 (file)
@@ -19,7 +19,7 @@
 # include <unistd.h>
 #endif
 #ifdef _WIN32
-# include <Windows.h>
+# include <windows.h>
 #endif
 
 int lyx::support::mkdir(std::string const & pathname, unsigned long int mode)