X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..74ebd40690d3676e74a7cfc239eee6c7e9764f05:/src/common/glob.inc?ds=inline diff --git a/src/common/glob.inc b/src/common/glob.inc index c8a821d32e..cc79572ccd 100644 --- a/src/common/glob.inc +++ b/src/common/glob.inc @@ -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