Landing fix for bug 311143, patch by jeffh@activestate.com. Make the canvas code linkable with Sun's linker. r=vladimir@pobox.com, sr=jst@mozilla.com
This commit is contained in:
Родитель
316d829d18
Коммит
d4e327cf50
|
@ -1,4 +1,8 @@
|
|||
/*
|
||||
* This file only exists because some platforms can't handle building an empty .a
|
||||
* file, or .lib, or whatever (e.g. OS X, possibly Win32).
|
||||
*
|
||||
* Need at least one external symbol for some linkers to create a proper
|
||||
* archive file: https://bugzilla.mozilla.org/show_bug.cgi?id=311143
|
||||
*/
|
||||
void concvsdummy(void) {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче