Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron...
[wine-gecko.git] / content / canvas / src / dummy.cpp
blob040ab1c3695c132d7e63fb6bd15df4675085b67f
1 /*
2 * This file only exists because some platforms can't handle building an empty .a
3 * file, or .lib, or whatever (e.g. OS X, possibly Win32).
5 * Need at least one external symbol for some linkers to create a proper
6 * archive file: https://bugzilla.mozilla.org/show_bug.cgi?id=311143
7 */
8 void concvsdummy(void) {}