diff Gui/bitmap.h @ 10168:22572f1dafa3

some fixes and bigendian fix for 32bpp pngs
author alex
date Fri, 23 May 2003 17:04:24 +0000
parents aa55f2f0b057
children
line wrap: on
line diff
--- a/Gui/bitmap.h	Fri May 23 15:01:25 2003 +0000
+++ b/Gui/bitmap.h	Fri May 23 17:04:24 2003 +0000
@@ -1,5 +1,5 @@
-#ifndef __MYSAMPLE
-#define __MYSAMPLE
+#ifndef __BITMAP_H
+#define __BITMAP_H
 
 typedef struct _txSample
 {
@@ -15,4 +15,4 @@
 extern void Convert32to1( txSample * in,txSample * out,int adaptivlimit );
 extern void Convert1to32( txSample * in,txSample * out );
 
-#endif
+#endif /* __BITMAP_H */