]> sigrok.org Git - pulseview.git/blobdiff - extdef.h
nsis: contrib/pulseview.nsi: Drop obsolete file.
[pulseview.git] / extdef.h
index 08dae8e33c428c1ebb1ef556b3a2e9e0b16c7940..8af615c0b443eadb36acecc9d9eaead37280283d 100644 (file)
--- a/extdef.h
+++ b/extdef.h
@@ -1,4 +1,6 @@
 /*
 /*
+ * This file is part of the PulseView project.
+ *
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
  * This program is free software; you can redistribute it and/or modify
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
  * This program is free software; you can redistribute it and/or modify
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef _EXTDEF_H
-#define _EXTDEF_H
+#ifndef PULSEVIEW_EXTDEF_H
+#define PULSEVIEW_EXTDEF_H
 
 #define countof(x) (sizeof(x)/sizeof(x[0]))
 
 #define begin_element(x) (&x[0])
 #define end_element(x) (&x[countof(x)])
 
 
 #define countof(x) (sizeof(x)/sizeof(x[0]))
 
 #define begin_element(x) (&x[0])
 #define end_element(x) (&x[countof(x)])
 
-#endif /* _EXTDEF_H */
+#endif // PULSEVIEW_EXTDEF_H