summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2014-12-04 16:15:07 +0700
committerTim Mayberry <mojofunk@gmail.com>2014-12-04 16:15:07 +0700
commit12acce0d0e94d9249d50cd13fd2bedd87aa306f5 (patch)
treedc709e5e4d00732f36d9a693f352d16dc69c0886 /libs/pbd
parent24727e65befc310f24196d11a56ec7b269977c16 (diff)
Use correct name for windows.h
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd/crossthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/crossthread.h b/libs/pbd/pbd/crossthread.h
index fd9c9f8eeb..6167c664db 100644
--- a/libs/pbd/pbd/crossthread.h
+++ b/libs/pbd/pbd/crossthread.h
@@ -29,7 +29,7 @@
#include "pbd/libpbd_visibility.h"
#ifdef PLATFORM_WINDOWS
-#include <Windows.h>
+#include <windows.h>
#endif // PLATFORM_WINDOWS