diff options
author | Stef Walter <stef@thewalter.net> | 2004-04-07 18:47:09 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2004-04-07 18:47:09 +0000 |
commit | f0f2862473ec2d484f2d54c9d8a4de64033f8bb4 (patch) | |
tree | 211791a353f2ee884327269618ccedc73f938d5f | |
parent | bf2dfe574ae38c5acea28648c379effad44aa970 (diff) |
include file fix
-rw-r--r-- | win32/common/atlprsht.h | 2 |
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> |