From d0b9848c54e6f85ab713f059dcd1ddef7e57caa6 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Tue, 25 Oct 2022 20:30:28 +0100 Subject: a bunch of compiler stuff --- includes/cmdline.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'includes/cmdline.h') diff --git a/includes/cmdline.h b/includes/cmdline.h index 2861794..2c40cb1 100644 --- a/includes/cmdline.h +++ b/includes/cmdline.h @@ -1,4 +1,5 @@ -#pragma once +#ifndef CMDLINE_H +#define CMDLINE_H #include "cw_common.h" #include "pref_structs.h" @@ -747,3 +748,5 @@ extern OSErr GetMacFileType(const FSSpec *spec, OSType *mactype); #ifdef __cplusplus } #endif + +#endif -- cgit v1.2.3