]> git.saurik.com Git - wxWidgets.git/blobdiff - version-script.in
LIBDIRNAME unique between ports buildable with Open Watcom.
[wxWidgets.git] / version-script.in
index 352e3459dbd2bbdc4aec490be78215d6988abc7f..b177fb7800d7f7639387adc349e25f5eade7c810 100644 (file)
@@ -1,21 +1,22 @@
 #
 # $Id$
-# 
+#
 
 # Note: Remove all of the tags below except for the last one when creating
 #       new development branch.
 
 
-# public symbols added in release 2.6.2
-# (or 2.6.1, we started versioning the symbols in 2.6.2):
+# public symbols added in release 2.6.2:
 
 @WX_VERSION_TAG@.2 {
     global:
-        *wxLaunchDefaultBrowser*;
         *wxLogBuffer*;
         *wxMessageOutputBest*;
-        wxEVT_SCROLL_CHANGED;
-        *wxFileDialog*DoSetSize*;
+        *wxDialog*GetEscapeId*;
+        *wxWizard*FinishLayout*;
+        *wxXmlResource*ConvertFileNameToURL*wxString*;
+        *wxXmlResource*Unload*wxString*;
+        *wxXmlResource*IsArchive*wxString*;
 };