зеркало из https://github.com/mozilla/pjs.git
[OS/2] Bug 325902: make xpt_link expand wildcards, p=abwillis, r=mkaply
This commit is contained in:
Родитель
73c9714273
Коммит
9ca1138c10
|
@ -123,6 +123,10 @@ static size_t get_file_length(const char* filename)
|
|||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
#ifdef XP_OS2 /* Shell does not expand wildcards on OS/2, doesn't work with OW */
|
||||
_wildcard (&argc, &argv);
|
||||
#endif
|
||||
|
||||
XPTArena *arena;
|
||||
XPTState *state;
|
||||
XPTCursor curs, *cursor = &curs;
|
||||
|
|
Загрузка…
Ссылка в новой задаче