зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
316 B
C++
7 строки
316 B
C++
#include "mozilla/Module.h"
|
|
|
|
/* 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);
|