aboutsummaryrefslogtreecommitdiff
path: root/src/test228.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-09-18 13:45:35 +0200
committerKristian Evers <kristianevers@gmail.com>2018-09-18 19:43:10 +0200
commiteed0f16e8f85fff7fc8a190594fb39bc95cada74 (patch)
tree423ddbbd5526a8c98999fd1b2e80473473bbf017 /src/test228.c
parent793f403aaddbfff64cabbb609a092c347dd659e9 (diff)
downloadPROJ-eed0f16e8f85fff7fc8a190594fb39bc95cada74.tar.gz
PROJ-eed0f16e8f85fff7fc8a190594fb39bc95cada74.zip
Do not install projects.h
In version 6 we stop exposing the deprecated projects.h API to the world outside PROJ. Closes #835
Diffstat (limited to 'src/test228.c')
-rw-r--r--src/test228.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test228.c b/src/test228.c
index fe2c07ee..83d29f8f 100644
--- a/src/test228.c
+++ b/src/test228.c
@@ -1,3 +1,7 @@
+#ifndef ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
+#endif
+
#include "proj_api.h"
#include <stdio.h> /* for printf declaration */