Mercurial > hg > orthanc-postgresql
changeset 78:8372e85618b8
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 21 Oct 2015 09:34:53 +0200 |
parents | 913478499a72 |
children | c16615029c9f |
files | UnitTestsSources/PostgreSQLWrapperTests.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/UnitTestsSources/PostgreSQLWrapperTests.cpp Tue Oct 20 17:42:41 2015 +0200 +++ b/UnitTestsSources/PostgreSQLWrapperTests.cpp Wed Oct 21 09:34:53 2015 +0200 @@ -89,7 +89,7 @@ -#if (ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER <= 0 && ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER <= 9 && ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER <= 4) +#if (ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER <= 0 && ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER <= 9 && ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER <= 3) # define INVOKE_RETURN_TYPE int32_t # define INVOKE_RETURN_VALUE 0 #else