From 824e935add7ce89702fba506e4aa4609f9775483 Mon Sep 17 00:00:00 2001
From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Tue, 26 May 1998 14:58:05 +0000
Subject: [PATCH] mistype: #ifdef __GTK corrected (#ifdef __GTK__ now)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 include/wx/app.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wx/app.h b/include/wx/app.h
index 4b586b74ad..8d11a5aeb4 100644
--- a/include/wx/app.h
+++ b/include/wx/app.h
@@ -19,7 +19,7 @@ typedef wxApp* (*wxAppInitializerFunction) (void);
 
 #include "wx/object.h"
 
-#ifdef __GTK
+#ifdef __GTK__
 typedef wxObject* (*wxAppInitializerFunction) (void);  // returning wxApp* won't work with gcc
 #endif
 
-- 
2.45.2