summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-07 18:47:09 +0000
committerStef Walter <stef@thewalter.net>2004-04-07 18:47:09 +0000
commitf0f2862473ec2d484f2d54c9d8a4de64033f8bb4 (patch)
tree211791a353f2ee884327269618ccedc73f938d5f
parentbf2dfe574ae38c5acea28648c379effad44aa970 (diff)
include file fix
-rw-r--r--win32/common/atlprsht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/common/atlprsht.h b/win32/common/atlprsht.h
index e5181ea..3b71826 100644
--- a/win32/common/atlprsht.h
+++ b/win32/common/atlprsht.h
@@ -40,7 +40,7 @@
#pragma once
#endif // _MSC_VER > 1000
#include <atlwin.h>
-#include <atlwinhk.h>
+#include "atlwinhk.h"
#include <commctrl.h>