diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-03-29 15:42:01 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-03-29 15:42:01 +0000 |
commit | ba2f55ddc45ea29cce65ad1bfcc178da9684141f (patch) | |
tree | c5506eebe88d743deab6958793d5b82dcd17723b /tipper/tipper_8.vcproj | |
parent | e2b56bc9c06c95e14d25750caa70e24dfbb0e7b1 (diff) |
x64 portability
Fixed breaking hook chain on clist infotips
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@438 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/tipper_8.vcproj')
-rw-r--r-- | tipper/tipper_8.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tipper/tipper_8.vcproj b/tipper/tipper_8.vcproj index 4b62963..a323ea0 100644 --- a/tipper/tipper_8.vcproj +++ b/tipper/tipper_8.vcproj @@ -121,7 +121,7 @@ Name="VCCLCompilerTool"
Optimization="1"
FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="../../include"
+ AdditionalIncludeDirectories="../../../include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TIPPER_EXPORTS;_UNICODE;UNICODE;MICROSOFT_LAYER_FOR_UNICODE=1"
RuntimeLibrary="0"
UsePrecompiledHeader="2"
|