Mypal/toolkit/library/StaticXULComponentsStart.cpp

7 lines
316 B
C++
Raw Normal View History

2019-03-11 03:26:37 -07:00
#include "mozilla/Module.h"
2019-12-25 04:43:27 -08:00
/* This could be null, but this needs a dummy value to ensure it actually ends
* up in the same section as other NSMODULE_DEFNs, instead of being moved to a
* separate readonly section. */
NSMODULE_DEFN(start_kPStaticModules) = (mozilla::Module*)&NSMODULE_NAME(start_kPStaticModules);