Mercurial > hg > jvamp
changeset 55:2b8e1416327d tip
Just change a couple of include guards
author | Chris Cannam |
---|---|
date | Wed, 16 Nov 2016 09:12:46 +0000 |
parents | c742b9b13ffc |
children | |
files | src/getset.h src/handle.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/getset.h Thu Sep 03 09:39:59 2015 +0100 +++ b/src/getset.h Wed Nov 16 09:12:46 2016 +0000 @@ -32,8 +32,8 @@ authorization. */ -#ifndef _GETSET_H_INCLUDED_ -#define _GETSET_H_INCLUDED_ +#ifndef JVAMP_GETSET_H_INCLUDED +#define JVAMP_GETSET_H_INCLUDED #include <jni.h>
--- a/src/handle.h Thu Sep 03 09:39:59 2015 +0100 +++ b/src/handle.h Wed Nov 16 09:12:46 2016 +0000 @@ -32,8 +32,8 @@ authorization. */ -#ifndef _HANDLE_H_INCLUDED_ -#define _HANDLE_H_INCLUDED_ +#ifndef JVAMP_HANDLE_H_INCLUDED +#define JVAMP_HANDLE_H_INCLUDED inline jfieldID getHandleField(JNIEnv *env, jobject obj) {