]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/textctrl.h
wxMGL revitalised with OpenWatcom.
[wxWidgets.git] / include / wx / mac / carbon / textctrl.h
index 1727b0051dd2c2bb8bb5daa28da4ba58ce4cc566..9f9471fd3d5a9b947461ceac65327f050eaba825 100644 (file)
 #ifndef _WX_TEXTCTRL_H_
 #define _WX_TEXTCTRL_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "textctrl.h"
-#endif
-
 #if wxUSE_SYSTEM_OPTIONS
     // set this to true if you want to use the 'classic' mlte based implementation
     // instead of the HIView based implementation in 10.3 and upwards, the former