Win32: Change filename case sensitivity because this will match on cross-compile Linux as well.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20589 57a11ea4-9604-0410-9ed3-97b8803252fd
pull/1/head
Christian Stimming 15 years ago
parent 62cde843b6
commit 7d2d9ece00

@ -58,7 +58,7 @@
#endif
#ifdef G_OS_WIN32
#include <Winsock2.h>
#include <winsock2.h>
#define GETPID() GetCurrentProcessId()
#else
#include <limits.h>

Loading…
Cancel
Save