mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
29ff879ca7
commit
d03a874d82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user