From ef759ed7f10a2182c983a7d4ffa2b50a89258c62 Mon Sep 17 00:00:00 2001 From: nikolasgianna Date: Wed, 21 Jun 2017 15:26:09 +0200 Subject: [PATCH] fix _VBOX_COMMON_H_ --- samples/vboxwrapper/vbox_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/vboxwrapper/vbox_common.h b/samples/vboxwrapper/vbox_common.h index d01233639d..cccc246759 100644 --- a/samples/vboxwrapper/vbox_common.h +++ b/samples/vboxwrapper/vbox_common.h @@ -18,8 +18,8 @@ // Provide cross-platform interfaces for making changes to VirtualBox -#ifndef _VBOX_COMMON_H_ -#define _VBOX_COMMON_H_ +#ifndef BOINC_VBOX_COMMON_H +#define BOINC_VBOX_COMMON_H #include "vboxjob.h"