User: hr Date: 06/06/19 18:46:48 Modified: /dba/connectivity/source/drivers/mozab/bootstrap/ MNSFolders.cxx
Log: INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/01/25 20:57:58 sb 1.3.30.4: RESYNC: (1.3-1.5); FILE MERGED 2005/12/22 11:44:53 fs 1.3.30.3: #i57457# warning-free code 2005/11/21 10:07:53 fs 1.3.30.2: #i57457# warning-free code on unx* 2005/11/07 14:43:49 fs 1.3.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/mozab/bootstrap/ ============================================================ File [changed]: MNSFolders.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx?r1=1.5&r2=1.6 Delta lines: +3 -1 ------------------- --- MNSFolders.cxx 20 Jan 2006 13:28:02 -0000 1.5 +++ MNSFolders.cxx 20 Jun 2006 01:46:46 -0000 1.6 @@ -42,13 +42,15 @@ #endif // End UNIX #ifdef WNT +#include "pre_include_windows.h" #include <windows.h> #include <stdlib.h> #include <shlobj.h> #include <objidl.h> +#include "post_include_windows.h" #endif // End WNT -static char * DefaultProductDir[] = +static const char * DefaultProductDir[] = { #if defined(XP_WIN) "Mozilla\\", --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
