Win32 cutecash: Add missing precompiler flag

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20604 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-05-01 20:56:22 +00:00
parent 29ff879ca7
commit d03a874d82

View File

@ -32,6 +32,7 @@ SET (libgnc_qof_SOURCES
qof/qofutil.c
)
IF (WIN32)
ADD_DEFINITIONS (-DOS_WIN32)
SET (libgnc_qof_SOURCES ${libgnc_qof_SOURCES}
qof/qof-win32.c
../../lib/libc/strptime.c