]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinDefs.h
Remove typedef bool -> Boolean, using standard bool instead
[lugaru.git] / Source / WinDefs.h
index 3ac74d54144266f59092e488972cc5d95200f53a..94b9da098ba275d10f847d990a484abec80244b6 100644 (file)
@@ -38,8 +38,6 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 // disable warning about unreferenced local variables
 #pragma warning(disable:4101)
 
-typedef bool Boolean;
-
 struct Point {
     short v;
     short h;