gnumeric r15652 - in trunk/src: . dialogs



Author: jody
Date: 2007-07-16 02:27:13 +0100 (Mon, 16 Jul 2007)
New Revision: 15652
ViewCVS link: http://svn.gnome.org/viewcvs/gnumeric?rev=15652&view=rev

Modified:
   trunk/src/dialogs/dialogs.h
   trunk/src/format-template.h
   trunk/src/gnm-so-line.c
   trunk/src/gnumeric-gconf.h
   trunk/src/gui-file.h
   trunk/src/gui-util.h
   trunk/src/mstyle.h
   trunk/src/sheet-object-cell-comment.h
   trunk/src/sheet-object-impl.h
   trunk/src/sheet-object.h
   trunk/src/solver.h
   trunk/src/str.h
   trunk/src/symbol.h
   trunk/src/test.h
   trunk/src/workbook-cmd-format.h
   trunk/src/workbook-control.h
   trunk/src/workbook.h
   trunk/src/xml-io.h
Log:
Tidy up for win32.
win32 .def generator does not like func declarations with unnamed arguments.
eg
    void foo(type *)  == bad
    void foo(type *t) == good

It also does not like undefined functions in headers.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]