]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/glob.inc
regenerated after version.bkl changes fixing -compatibility_version for Darwin
[wxWidgets.git] / src / common / glob.inc
index c8a821d32e087f38adbdb6a57bea189c3b97318c..cc79572ccd55c42a5e37eaef958c787e366ae789 100644 (file)
@@ -1,13 +1,19 @@
-/*
- * File and other globbing (included by wb_utils.cc)
- */
+/////////////////////////////////////////////////////////////////////////////
+// Name:        glob.inc
+// Purpose:     File and other globbing (included by utils.cpp)
+// Author:      Karsten Ballueder
+// Modified by:
+// Created:     20/5/1998
+// RCS-ID:      $Id$
+// Copyright:   (c) Karsten Ballueder
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
 
 // This file includes:
 //     wxIsWild(const char *pattern)
 //     wxMatchWild(const char *pattern, const char *str, bool dot_special)
 //
 
-
 //---------------------------------------------------------------------------------
 #ifndef UNIX_GLOB
 # ifdef wx_x