diff options
author | Adam Tkac <atkac@redhat.com> | 2009-10-08 11:49:12 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-10-08 11:49:12 +0000 |
commit | 8517ea56a741f728ef290f54b77d736251f04b22 (patch) | |
tree | 07b6767e1b57adf454ebb997332f8139aec66a87 /win/wm_hooks/wm_hooks.rc | |
parent | f081381dcabe8fc555cfa7e4339748ff521a7b2b (diff) | |
download | tigervnc-8517ea56a741f728ef290f54b77d736251f04b22.tar.gz tigervnc-8517ea56a741f728ef290f54b77d736251f04b22.zip |
[Bugfix] Fix MS Visual Studio 2008 compilation issues.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3912 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/wm_hooks/wm_hooks.rc')
-rw-r--r-- | win/wm_hooks/wm_hooks.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/wm_hooks/wm_hooks.rc b/win/wm_hooks/wm_hooks.rc index 85351926..5a11fd28 100644 --- a/win/wm_hooks/wm_hooks.rc +++ b/win/wm_hooks/wm_hooks.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "windows.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS @@ -34,7 +34,7 @@ END 2 TEXTINCLUDE DISCARDABLE BEGIN - "#include ""afxres.h""\r\n" + "#include ""windows.h""\r\n" "\0" END |