From 7c46e251a69e449ae9a041a520d969d3892ede48 Mon Sep 17 00:00:00 2001
From: Bergmann89 <info@bergmann89.de>
Date: Sat, 31 Jan 2015 15:35:36 +0100
Subject: [PATCH] * removed some compiler defines

---
 glBitmap.pas | 2 --
 readme.txt   | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/glBitmap.pas b/glBitmap.pas
index 574bab5..9f3706b 100644
--- a/glBitmap.pas
+++ b/glBitmap.pas
@@ -179,8 +179,6 @@ unit glBitmap;
   {$OPTIMIZATION ON}
 {$ENDIF}
 
-{$UNDEF GLB_LAZARUS}
-
 interface
 
 uses
diff --git a/readme.txt b/readme.txt
index 457a008..7a87264 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ http://www.opengl24.de/index.php?cat=header&file=glbitmap
 modified by Delphi OpenGL Community (http://delphigl.com/) (2013)
 
 ------------------------------------------------------------
-The contents of this file are used with permission, subject to
+The contents of this project are used with permission, subject to
 the Mozilla Public License Version 1.1 (the "License"); you may
 not use this file except in compliance with the License. You may
 obtain a copy of the License at
-- 
2.1.4