Changeset 328
- Timestamp:
- 03/15/10 12:12:38 (5 months ago)
- Location:
- Mulberry/branches/users/shared/v4.1d1
- Files:
-
- 8 modified
-
Plug-ins/SMIME/SMIME.vcproj (modified) (1 diff)
-
Plug-ins/SSL/SSL.vcproj (modified) (2 diffs)
-
Sources_Common/Plugins/SSL/loadsslfunc.cp (modified) (1 diff)
-
Win32/Mulberry.vcproj (modified) (1 diff)
-
Win32/Sources/Application/Server/Browse_Dialog/CServerBrowseTable.cp (modified) (1 diff)
-
Win32/Sources/Application/Status/CStatusWindow.cp (modified) (2 diffs)
-
Win32/Sources/Application/Status/CStatusWindow.h (modified) (1 diff)
-
Win32/Sources/Support/Toolbars/CToolbar.cp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/users/shared/v4.1d1/Plug-ins/SMIME/SMIME.vcproj
r316 r328 42 42 Name="VCCLCompilerTool" 43 43 Optimization="0" 44 AdditionalIncludeDirectories=""$(ProjectDir)sources";"$(ProjectDir)sources\md5";"$(ProjectDir)..\Common";"$(ProjectDir)..\..\Sources_Common\i18n";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters\OneByte";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters\Unicode";"$(ProjectDir)..\..\Sources_Common\Mail\URLs";"$(ProjectDir)..\..\Sources_Common\Plugins\SSL";"$(ProjectDir)..\..\Sources_Common\Utilities";"$(ProjectDir)..\..\Win32\Sources\VCPP";"$(ProjectDir)..\..\ ..\Libraries\openssl\inc32""44 AdditionalIncludeDirectories=""$(ProjectDir)sources";"$(ProjectDir)sources\md5";"$(ProjectDir)..\Common";"$(ProjectDir)..\..\Sources_Common\i18n";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters\OneByte";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters\Unicode";"$(ProjectDir)..\..\Sources_Common\Mail\URLs";"$(ProjectDir)..\..\Sources_Common\Plugins\SSL";"$(ProjectDir)..\..\Sources_Common\Utilities";"$(ProjectDir)..\..\Win32\Sources\VCPP";"$(ProjectDir)..\..\Libraries\openssl\inc32"" 45 45 PreprocessorDefinitions="__VCPP__" 46 46 MinimalRebuild="true" -
Mulberry/branches/users/shared/v4.1d1/Plug-ins/SSL/SSL.vcproj
r316 r328 42 42 Name="VCCLCompilerTool" 43 43 Optimization="0" 44 AdditionalIncludeDirectories=""$(ProjectDir)sources";"$(ProjectDir)..\Common";"$(ProjectDir)..\..\Sources_Common\i18n";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters\OneByte";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters\Unicode";"$(ProjectDir)..\..\Sources_Common\Mail\URLs";"$(ProjectDir)..\..\Sources_Common\Utilities";"$(ProjectDir)..\..\Win32\Sources\VCPP";"$(ProjectDir)..\..\ ..\Libraries\openssl\inc32""44 AdditionalIncludeDirectories=""$(ProjectDir)sources";"$(ProjectDir)..\Common";"$(ProjectDir)..\..\Sources_Common\i18n";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters\OneByte";"$(ProjectDir)..\..\Sources_Common\i18n\Charsets\Converters\Unicode";"$(ProjectDir)..\..\Sources_Common\Mail\URLs";"$(ProjectDir)..\..\Sources_Common\Utilities";"$(ProjectDir)..\..\Win32\Sources\VCPP";"$(ProjectDir)..\..\Libraries\openssl\inc32"" 45 45 PreprocessorDefinitions="__VCPP__" 46 46 MinimalRebuild="true" … … 66 66 Name="VCLinkerTool" 67 67 AdditionalOptions="/Def:"SSL.def"" 68 AdditionalDependencies=""$(ProjectDir)..\..\ ..\Libraries\openssl\out32d\libeay32.lib" "$(ProjectDir)..\..\..\Libraries\openssl\out32d\ssleay32.lib" WSOCK32.lib"68 AdditionalDependencies=""$(ProjectDir)..\..\Libraries\openssl\out32d\libeay32.lib" "$(ProjectDir)..\..\Libraries\openssl\out32d\ssleay32.lib" WSOCK32.lib" 69 69 LinkIncremental="2" 70 70 IgnoreAllDefaultLibraries="false" -
Mulberry/branches/users/shared/v4.1d1/Sources_Common/Plugins/SSL/loadsslfunc.cp
r316 r328 580 580 581 581 //char *SSL_CIPHER_description(SSL_CIPHER *s,char *buf,int size); 582 // argument was constified in 0.9.8m 583 #if OPENSSL_VERSION_NUMBER >= 0x009080dfL 584 IMPORT_FUNCTION(sSSLLoader, char *, SSL_CIPHER_description, (const SSL_CIPHER *s,char *buf,int size), (s, buf, size)) 585 #else 582 586 IMPORT_FUNCTION(sSSLLoader, char *, SSL_CIPHER_description, (SSL_CIPHER *s,char *buf,int size), (s, buf, size)) 587 #endif 583 588 584 589 //int SSL_CIPHER_get_bits(SSL_CIPHER *c,int *alg_bits); -
Mulberry/branches/users/shared/v4.1d1/Win32/Mulberry.vcproj
r316 r328 44 44 Name="VCCLCompilerTool" 45 45 Optimization="0" 46 AdditionalIncludeDirectories=""$(ProjectDir)Sources";"$(ProjectDir)Sources\Application";"$(ProjectDir)Sources\Application\Address_Book";"$(ProjectDir)Sources\Application\Address_Book_Manager";"$(ProjectDir)Sources\Application\Address_Book_Manager\Address_Book_Properties";"$(ProjectDir)Sources\Application\Address_Search";"$(ProjectDir)Sources\Application\Calendar";"$(ProjectDir)Sources\Application\Calendar\Calendar_Properties";"$(ProjectDir)Sources\Application\Calendar\Calendar_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Calendar_Store_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Calendar_Window";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Day_Week_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Event_ToDo_Preview";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Free_Busy_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Month_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Summary_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\ToDo_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Year_View";"$(ProjectDir)Sources\Application\Calendar\Component_Editing";"$(ProjectDir)Sources\Application\Calendar\Dialogs";"$(ProjectDir)Sources\Application\Calendar\Utilities";"$(ProjectDir)Sources\Application\Find_Replace";"$(ProjectDir)Sources\Application\General";"$(ProjectDir)Sources\Application\Letter";"$(ProjectDir)Sources\Application\Macros";"$(ProjectDir)Sources\Application\Mailbox";"$(ProjectDir)Sources\Application\Mailbox_Info";"$(ProjectDir)Sources\Application\Message";"$(ProjectDir)Sources\Application\Other_Dialogs";"$(ProjectDir)Sources\Application\Preferences_Dialog";"$(ProjectDir)Sources\Application\Preferences_Dialog\Edit_Identities";"$(ProjectDir)Sources\Application\Preferences_Dialog\Extras";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Address_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Authentication_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Calendar_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\IMAP_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Local_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\POP3_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Remote_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\SIEVE_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\SMTP_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Address_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Alerts_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Attachment_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Display_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Letter_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Mailbox_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Message_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Spelling_Panels";"$(ProjectDir)Sources\Application\Rules";"$(ProjectDir)Sources\Application\Rules\Action Dialogs";"$(ProjectDir)Sources\Application\Rules\Dialog";"$(ProjectDir)Sources\Application\Search";"$(ProjectDir)Sources\Application\Server";"$(ProjectDir)Sources\Application\Server\Dialogs";"$(ProjectDir)Sources\Application\Server\Browse_Dialog";"$(ProjectDir)Sources\Application\Server\Mailbox_Properties";"$(ProjectDir)Sources\Application\Dialogs";"$(ProjectDir)Sources\Application\Mailbox_Properties";"$(ProjectDir)Sources\Application\SMTP_Queue";"$(ProjectDir)Sources\Application\Speech";"$(ProjectDir)Sources\Application\Status";"$(ProjectDir)Sources\Application\Three Pane";"$(ProjectDir)Sources\Application\Three Pane\Accounts";"$(ProjectDir)Sources\Application\Three Pane\Items";"$(ProjectDir)Sources\Application\Three Pane\Options Dialog";"$(ProjectDir)Sources\Application\Three Pane\Preview";"$(ProjectDir)Sources\Application\Windows";"$(ProjectDir)Sources\VCPP";"$(ProjectDir)Sources\Formatting";"$(ProjectDir)Sources\Plugins";"$(ProjectDir)Sources\Plugins\General";"$(ProjectDir)Sources\Plugins\Security";"$(ProjectDir)Sources\Plugins\Spelling";"$(ProjectDir)Sources\Plugins\SSL";"$(ProjectDir)Sources\PP_Sources";"$(ProjectDir)Sources\PP_Sources\Hierarchy List";"$(ProjectDir)Sources\PP_Sources\Streams";"$(ProjectDir)Sources\PP_Sources\Tables";"$(ProjectDir)Sources\PP_Sources\Undoable";"$(ProjectDir)Sources\Support";"$(ProjectDir)Sources\Support\Table";"$(ProjectDir)Sources\Support\Text";"$(ProjectDir)Sources\Support\Toolbars";"$(ProjectDir)Resources";"$(ProjectDir)..\Sources_Common";"$(ProjectDir)..\Sources_Common\Application";"$(ProjectDir)..\Sources_Common\Application\Address_Book";"$(ProjectDir)..\Sources_Common\Application\Address_Book_Manager";"$(ProjectDir)..\Sources_Common\Application\Calendar";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Calendar_Store_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Calendar_Window";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Day_Week_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Free_Busy_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Month_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Summary_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\ToDo_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Year_View";"$(ProjectDir)..\Sources_Common\Application\General";"$(ProjectDir)..\Sources_Common\Application\Letter";"$(ProjectDir)..\Sources_Common\Application\Mailbox";"$(ProjectDir)..\Sources_Common\Application\Mailbox_Info";"$(ProjectDir)..\Sources_Common\Application\Message";"$(ProjectDir)..\Sources_Common\Application\Preferences";"$(ProjectDir)..\Sources_Common\Application\Rules";"$(ProjectDir)..\Sources_Common\Application\Server";"$(ProjectDir)..\Sources_Common\Application\SMTP_Queue";"$(ProjectDir)..\Sources_Common\Application\Three_Pane";"$(ProjectDir)..\Sources_Common\Automation";"$(ProjectDir)..\Sources_Common\Calendar_Store";"$(ProjectDir)..\Sources_Common\Calendar_Store\Clients";"$(ProjectDir)..\Sources_Common\Calendar_Store\Notifications";"$(ProjectDir)..\Sources_Common\Calendar_Store\Protocols";"$(ProjectDir)..\Sources_Common\Formatting";"$(ProjectDir)..\Sources_Common\HTTP";"$(ProjectDir)..\Sources_Common\HTTP\CalDAVClient";"$(ProjectDir)..\Sources_Common\HTTP\CardDAVClient";"$(ProjectDir)..\Sources_Common\HTTP\HTTPClient";"$(ProjectDir)..\Sources_Common\HTTP\WebDAVClient";"$(ProjectDir)..\Sources_Common\i18n";"$(ProjectDir)..\Sources_Common\i18n\Charsets";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters\ISO2022";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters\OneByte";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters\TwoByte";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters\Unicode";"$(ProjectDir)..\Sources_Common\Mail";"$(ProjectDir)..\Sources_Common\Mail\Address";"$(ProjectDir)..\Sources_Common\Mail\AddressBook";"$(ProjectDir)..\Sources_Common\Mail\Attachments";"$(ProjectDir)..\Sources_Common\Mail\Charsets";"$(ProjectDir)..\Sources_Common\Mail\Control";"$(ProjectDir)..\Sources_Common\Mail\Extensions";"$(ProjectDir)..\Sources_Common\Mail\Filtering";"$(ProjectDir)..\Sources_Common\Mail\Filters";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\ACAP";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\IMAP";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\IMSP";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\LDAP";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\Password";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\SIEVE";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\SIEVE\SIEVE";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\SMTP";"$(ProjectDir)..\Sources_Common\Mail\Local_Clients";"$(ProjectDir)..\Sources_Common\Mail\Mailbox";"$(ProjectDir)..\Sources_Common\Mail\Message";"$(ProjectDir)..\Sources_Common\Mail\Network";"$(ProjectDir)..\Sources_Common\Mail\Protocols";"$(ProjectDir)..\Sources_Common\Mail\Search";"$(ProjectDir)..\Sources_Common\Mail\URLs";"$(ProjectDir)..\Sources_Common\Offline";"$(ProjectDir)..\Sources_Common\Offline\Mail";"$(ProjectDir)..\Sources_Common\Offline\Recording";"$(ProjectDir)..\Sources_Common\Preferences_Store\Clients";"$(ProjectDir)..\Sources_Common\Plugins";"$(ProjectDir)..\Sources_Common\Plugins\AddressBooks";"$(ProjectDir)..\Sources_Common\Plugins\Authentication";"$(ProjectDir)..\Sources_Common\Plugins\Configuration";"$(ProjectDir)..\Sources_Common\Plugins\General";"$(ProjectDir)..\Sources_Common\Plugins\PasswordChange";"$(ProjectDir)..\Sources_Common\Plugins\Security";"$(ProjectDir)..\Sources_Common\Plugins\Spelling";"$(ProjectDir)..\Sources_Common\Plugins\SSL";"$(ProjectDir)..\Sources_Common\Resources";"$(ProjectDir)..\Sources_Common\Support";"$(ProjectDir)..\Sources_Common\Support\Toolbars";"$(ProjectDir)..\Sources_Common\Tasks";"$(ProjectDir)..\Sources_Common\Utilities";"$(ProjectDir)..\Sources_Common\VCard_Store";"$(ProjectDir)..\Sources_Common\VCard_Store\Clients";"$(ProjectDir)..\Libraries\CICalendar\Source";"$(ProjectDir)..\Libraries\vCard\Source";"$(ProjectDir)..\Libraries\XMLLib\Source";"$(ProjectDir)..\Plug-ins\CRAM-MD5\sources\md5";"C:\Program Files\Microsoft Speech SDK 5.1\Include";"$(VCInstallDir)atlmfc\src\mfc";"$(ProjectDir)..\ ..\Libraries\openssl\inc32""46 AdditionalIncludeDirectories=""$(ProjectDir)Sources";"$(ProjectDir)Sources\Application";"$(ProjectDir)Sources\Application\Address_Book";"$(ProjectDir)Sources\Application\Address_Book_Manager";"$(ProjectDir)Sources\Application\Address_Book_Manager\Address_Book_Properties";"$(ProjectDir)Sources\Application\Address_Search";"$(ProjectDir)Sources\Application\Calendar";"$(ProjectDir)Sources\Application\Calendar\Calendar_Properties";"$(ProjectDir)Sources\Application\Calendar\Calendar_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Calendar_Store_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Calendar_Window";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Day_Week_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Event_ToDo_Preview";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Free_Busy_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Month_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Summary_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\ToDo_View";"$(ProjectDir)Sources\Application\Calendar\Calendar_View\Year_View";"$(ProjectDir)Sources\Application\Calendar\Component_Editing";"$(ProjectDir)Sources\Application\Calendar\Dialogs";"$(ProjectDir)Sources\Application\Calendar\Utilities";"$(ProjectDir)Sources\Application\Find_Replace";"$(ProjectDir)Sources\Application\General";"$(ProjectDir)Sources\Application\Letter";"$(ProjectDir)Sources\Application\Macros";"$(ProjectDir)Sources\Application\Mailbox";"$(ProjectDir)Sources\Application\Mailbox_Info";"$(ProjectDir)Sources\Application\Message";"$(ProjectDir)Sources\Application\Other_Dialogs";"$(ProjectDir)Sources\Application\Preferences_Dialog";"$(ProjectDir)Sources\Application\Preferences_Dialog\Edit_Identities";"$(ProjectDir)Sources\Application\Preferences_Dialog\Extras";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Address_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Authentication_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Calendar_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\IMAP_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Local_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\POP3_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\Remote_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\SIEVE_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Account_Panels\SMTP_Account_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Address_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Alerts_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Attachment_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Display_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Letter_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Mailbox_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Message_Panels";"$(ProjectDir)Sources\Application\Preferences_Dialog\Sub-panels\Spelling_Panels";"$(ProjectDir)Sources\Application\Rules";"$(ProjectDir)Sources\Application\Rules\Action Dialogs";"$(ProjectDir)Sources\Application\Rules\Dialog";"$(ProjectDir)Sources\Application\Search";"$(ProjectDir)Sources\Application\Server";"$(ProjectDir)Sources\Application\Server\Dialogs";"$(ProjectDir)Sources\Application\Server\Browse_Dialog";"$(ProjectDir)Sources\Application\Server\Mailbox_Properties";"$(ProjectDir)Sources\Application\Dialogs";"$(ProjectDir)Sources\Application\Mailbox_Properties";"$(ProjectDir)Sources\Application\SMTP_Queue";"$(ProjectDir)Sources\Application\Speech";"$(ProjectDir)Sources\Application\Status";"$(ProjectDir)Sources\Application\Three Pane";"$(ProjectDir)Sources\Application\Three Pane\Accounts";"$(ProjectDir)Sources\Application\Three Pane\Items";"$(ProjectDir)Sources\Application\Three Pane\Options Dialog";"$(ProjectDir)Sources\Application\Three Pane\Preview";"$(ProjectDir)Sources\Application\Windows";"$(ProjectDir)Sources\VCPP";"$(ProjectDir)Sources\Formatting";"$(ProjectDir)Sources\Plugins";"$(ProjectDir)Sources\Plugins\General";"$(ProjectDir)Sources\Plugins\Security";"$(ProjectDir)Sources\Plugins\Spelling";"$(ProjectDir)Sources\Plugins\SSL";"$(ProjectDir)Sources\PP_Sources";"$(ProjectDir)Sources\PP_Sources\Hierarchy List";"$(ProjectDir)Sources\PP_Sources\Streams";"$(ProjectDir)Sources\PP_Sources\Tables";"$(ProjectDir)Sources\PP_Sources\Undoable";"$(ProjectDir)Sources\Support";"$(ProjectDir)Sources\Support\Table";"$(ProjectDir)Sources\Support\Text";"$(ProjectDir)Sources\Support\Toolbars";"$(ProjectDir)Resources";"$(ProjectDir)..\Sources_Common";"$(ProjectDir)..\Sources_Common\Application";"$(ProjectDir)..\Sources_Common\Application\Address_Book";"$(ProjectDir)..\Sources_Common\Application\Address_Book_Manager";"$(ProjectDir)..\Sources_Common\Application\Calendar";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Calendar_Store_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Calendar_Window";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Day_Week_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Free_Busy_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Month_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Summary_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\ToDo_View";"$(ProjectDir)..\Sources_Common\Application\Calendar\Calendar_View\Year_View";"$(ProjectDir)..\Sources_Common\Application\General";"$(ProjectDir)..\Sources_Common\Application\Letter";"$(ProjectDir)..\Sources_Common\Application\Mailbox";"$(ProjectDir)..\Sources_Common\Application\Mailbox_Info";"$(ProjectDir)..\Sources_Common\Application\Message";"$(ProjectDir)..\Sources_Common\Application\Preferences";"$(ProjectDir)..\Sources_Common\Application\Rules";"$(ProjectDir)..\Sources_Common\Application\Server";"$(ProjectDir)..\Sources_Common\Application\SMTP_Queue";"$(ProjectDir)..\Sources_Common\Application\Three_Pane";"$(ProjectDir)..\Sources_Common\Automation";"$(ProjectDir)..\Sources_Common\Calendar_Store";"$(ProjectDir)..\Sources_Common\Calendar_Store\Clients";"$(ProjectDir)..\Sources_Common\Calendar_Store\Notifications";"$(ProjectDir)..\Sources_Common\Calendar_Store\Protocols";"$(ProjectDir)..\Sources_Common\Formatting";"$(ProjectDir)..\Sources_Common\HTTP";"$(ProjectDir)..\Sources_Common\HTTP\CalDAVClient";"$(ProjectDir)..\Sources_Common\HTTP\CardDAVClient";"$(ProjectDir)..\Sources_Common\HTTP\HTTPClient";"$(ProjectDir)..\Sources_Common\HTTP\WebDAVClient";"$(ProjectDir)..\Sources_Common\i18n";"$(ProjectDir)..\Sources_Common\i18n\Charsets";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters\ISO2022";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters\OneByte";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters\TwoByte";"$(ProjectDir)..\Sources_Common\i18n\Charsets\Converters\Unicode";"$(ProjectDir)..\Sources_Common\Mail";"$(ProjectDir)..\Sources_Common\Mail\Address";"$(ProjectDir)..\Sources_Common\Mail\AddressBook";"$(ProjectDir)..\Sources_Common\Mail\Attachments";"$(ProjectDir)..\Sources_Common\Mail\Charsets";"$(ProjectDir)..\Sources_Common\Mail\Control";"$(ProjectDir)..\Sources_Common\Mail\Extensions";"$(ProjectDir)..\Sources_Common\Mail\Filtering";"$(ProjectDir)..\Sources_Common\Mail\Filters";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\ACAP";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\IMAP";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\IMSP";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\LDAP";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\Password";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\SIEVE";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\SIEVE\SIEVE";"$(ProjectDir)..\Sources_Common\Mail\INET_Clients\SMTP";"$(ProjectDir)..\Sources_Common\Mail\Local_Clients";"$(ProjectDir)..\Sources_Common\Mail\Mailbox";"$(ProjectDir)..\Sources_Common\Mail\Message";"$(ProjectDir)..\Sources_Common\Mail\Network";"$(ProjectDir)..\Sources_Common\Mail\Protocols";"$(ProjectDir)..\Sources_Common\Mail\Search";"$(ProjectDir)..\Sources_Common\Mail\URLs";"$(ProjectDir)..\Sources_Common\Offline";"$(ProjectDir)..\Sources_Common\Offline\Mail";"$(ProjectDir)..\Sources_Common\Offline\Recording";"$(ProjectDir)..\Sources_Common\Preferences_Store\Clients";"$(ProjectDir)..\Sources_Common\Plugins";"$(ProjectDir)..\Sources_Common\Plugins\AddressBooks";"$(ProjectDir)..\Sources_Common\Plugins\Authentication";"$(ProjectDir)..\Sources_Common\Plugins\Configuration";"$(ProjectDir)..\Sources_Common\Plugins\General";"$(ProjectDir)..\Sources_Common\Plugins\PasswordChange";"$(ProjectDir)..\Sources_Common\Plugins\Security";"$(ProjectDir)..\Sources_Common\Plugins\Spelling";"$(ProjectDir)..\Sources_Common\Plugins\SSL";"$(ProjectDir)..\Sources_Common\Resources";"$(ProjectDir)..\Sources_Common\Support";"$(ProjectDir)..\Sources_Common\Support\Toolbars";"$(ProjectDir)..\Sources_Common\Tasks";"$(ProjectDir)..\Sources_Common\Utilities";"$(ProjectDir)..\Sources_Common\VCard_Store";"$(ProjectDir)..\Sources_Common\VCard_Store\Clients";"$(ProjectDir)..\Libraries\CICalendar\Source";"$(ProjectDir)..\Libraries\vCard\Source";"$(ProjectDir)..\Libraries\XMLLib\Source";"$(ProjectDir)..\Plug-ins\CRAM-MD5\sources\md5";"C:\Program Files\Microsoft Speech SDK 5.1\Include";"$(VCInstallDir)atlmfc\src\mfc";"$(ProjectDir)..\Libraries\openssl\inc32"" 47 47 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;__VCPP__" 48 48 MinimalRebuild="true" -
Mulberry/branches/users/shared/v4.1d1/Win32/Sources/Application/Server/Browse_Dialog/CServerBrowseTable.cp
r143 r328 69 69 70 70 // Allow multiple selections 71 ModifyStyle(0, LVS_SINGLESEL); 71 if (m_hWnd) 72 ModifyStyle(0, LVS_SINGLESEL); 72 73 } 73 74 -
Mulberry/branches/users/shared/v4.1d1/Win32/Sources/Application/Status/CStatusWindow.cp
r143 r328 57 57 BOOL CUTF8StatusBar::SetPaneTextUTF8(int nIndex, const char* utf8, BOOL bUpdate) 58 58 { 59 // Don't call into CWnd code if this thread doesn't own this CWnd 60 if (!FromHandlePermanent(GetSafeHwnd())) 61 return FALSE; 59 62 #ifdef _UNICODE 60 63 cdustring utf16(utf8); … … 105 108 } 106 109 110 BOOL CUTF8StatusBar::RedrawWindow(LPCRECT lpRectUpdate, 111 CRgn* prgnUpdate, 112 UINT flags) 113 { 114 // Don't call into CWnd code if this thread doesn't own this CWnd 115 return FromHandlePermanent(GetSafeHwnd()) ? CStatusBar::RedrawWindow(lpRectUpdate, prgnUpdate, flags) : FALSE; 116 } 117 107 118 // Init status 108 119 void CStatusWindow::InitStatusBar(CUTF8StatusBar* statusBar) -
Mulberry/branches/users/shared/v4.1d1/Win32/Sources/Application/Status/CStatusWindow.h
r143 r328 30 30 31 31 BOOL SetPaneTextUTF8(int nIndex, const char* utf8, BOOL bUpdate = TRUE); 32 33 BOOL RedrawWindow( 34 LPCRECT lpRectUpdate = NULL, 35 CRgn* prgnUpdate = NULL, 36 UINT flags = RDW_INVALIDATE | RDW_UPDATENOW | RDW_ERASE 37 ); 32 38 }; 33 39 -
Mulberry/branches/users/shared/v4.1d1/Win32/Sources/Support/Toolbars/CToolbar.cp
r316 r328 679 679 680 680 // Only if commander available 681 if (GetCommander()) 682 cmdui.DoUpdate(GetCommander(), true); 681 CWnd* commander = GetCommander(); 682 if (commander) 683 // we recreate the CWnd as we got it from another thread 684 cmdui.DoUpdate(CWnd::FromHandle(commander->GetSafeHwnd()), true); 683 685 684 686 // Check for visibility change tied to enable state