r22605 - gnucash/trunk/src/libqof/qof - Add a note pointing out the separate implementations in qof-win32.c

John Ralls jralls at code.gnucash.org
Sat Dec 1 17:42:19 EST 2012


Author: jralls
Date: 2012-12-01 17:42:19 -0500 (Sat, 01 Dec 2012)
New Revision: 22605
Trac: http://svn.gnucash.org/trac/changeset/22605

Modified:
   gnucash/trunk/src/libqof/qof/gnc-date.c
Log:
Add a note pointing out the separate implementations in qof-win32.c

Modified: gnucash/trunk/src/libqof/qof/gnc-date.c
===================================================================
--- gnucash/trunk/src/libqof/qof/gnc-date.c	2012-12-01 22:42:10 UTC (rev 22604)
+++ gnucash/trunk/src/libqof/qof/gnc-date.c	2012-12-01 22:42:19 UTC (rev 22605)
@@ -1235,7 +1235,7 @@
     return '\0';
 }
 
-
+/* The following functions have Win32 forms in qof-win32.c */
 #ifndef G_OS_WIN32
 gchar *
 qof_time_format_from_utf8(const gchar *utf8_format)



More information about the gnucash-changes mailing list