Changeset - r21492:c62a0f05170f
[Not reviewed]
master
0 1 0
frosch - 10 years ago 2014-05-22 19:03:14
frosch@openttd.org
(svn r26606) -Fix [FS#6022]: Filename capitalisation (NG)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/os/windows/win32.cpp
Show inline comments
 
@@ -19,7 +19,7 @@
 
#include <fcntl.h>
 
#include <regstr.h>
 
#include <shlobj.h> /* SHGetFolderPath */
 
#include <Shellapi.h>
 
#include <shellapi.h>
 
#include "win32.h"
 
#include "../../core/alloc_func.hpp"
 
#include "../../openttd.h"
0 comments (0 inline, 0 general)