X-Git-Url: https://git.distorted.org.uk/~mdw/mgLib/blobdiff_plain/f5917fcb7f92d10f6bd9d12476f38c2db65117f9..43622e4661c0b50650662c0c0b1e01f00da375bf:/cancel.h diff --git a/cancel.h b/cancel.h index 30e6ba0..4c5f572 100644 --- a/cancel.h +++ b/cancel.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: cancel.h,v 1.3 1999/05/06 19:51:48 mdw Exp $ + * $Id: cancel.h,v 1.4 2000/08/15 22:40:15 mdw Exp $ * * Handle Escape keypresses, directing them to cancel buttons * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: cancel.h,v $ + * Revision 1.4 2000/08/15 22:40:15 mdw + * Change guard constants. + * * Revision 1.3 1999/05/06 19:51:48 mdw * Reformatted the LGPL notice a little bit. * @@ -41,8 +44,8 @@ * */ -#ifndef CANCEL_H -#define CANCEL_H +#ifndef MGLIB_CANCEL_H +#define MGLIB_CANCEL_H #ifdef __cplusplus extern "C" {