зеркало из https://github.com/mozilla/gecko-dev.git
Bug 148732 - xpidl doesn't accept drive colon args. r=dbradley, sr=shaver
This commit is contained in:
Родитель
893ebf21fd
Коммит
168404c5a9
|
@ -173,7 +173,7 @@ new_input_data(const char *filename, IncludePathEntry *include_path)
|
||||||
#if defined(XP_MAC) && defined(XPIDL_PLUGIN)
|
#if defined(XP_MAC) && defined(XPIDL_PLUGIN)
|
||||||
/* on Mac, fopen knows how to find files. */
|
/* on Mac, fopen knows how to find files. */
|
||||||
inputfile = fopen(filename, "r");
|
inputfile = fopen(filename, "r");
|
||||||
#elif defined(XP_OS2)
|
#elif defined(XP_OS2) || defined(XP_WIN32)
|
||||||
/*
|
/*
|
||||||
* if filename is fully qualified (starts with driver letter), then
|
* if filename is fully qualified (starts with driver letter), then
|
||||||
* just call fopen(); else, go with fopen_from_includes()
|
* just call fopen(); else, go with fopen_from_includes()
|
||||||
|
|
Загрузка…
Ссылка в новой задаче