To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572





------- Additional comments from [EMAIL PROTECTED] Fri Dec  2 17:23:18 -0800 
2005 -------
In message "[Issue 53572]  MinGW port efforts and information for SRC680 
codeline",
[EMAIL PROTECTED] wrote...
 >@tono: so3/source/ole/soole.h, lines 121 & 478. Any comments on this?

>-#ifdef _OLE2_H_   //May not include ole2.h at all times.
>+#if defined(_OLE2_H_) || defined(_OLE2_H)   //May not include ole2.h at all 
times.

This patch is required because the include guard macro is different in mingw.

-BOOL GetFileTimes(LPTSTR, FILETIME *);
+// BOOL GetFileTimes(LPTSTR, FILETIME *);

I have made modification here because the function is not defined and not used 
anywhere and the function of the same attribute is defined static in 
so3/source/ole/helpers.cxx. Therefore I commented out the declaration and 
rewrite the static function to the fuction in anonymous namespace.

tono (Takashi Ono)



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to