root/build/symbian/symbian_dll_entry.cpp

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. E32Dll


#include <gpac/setup.h>
#include <e32std.h>

#ifndef EKA2
GLDEF_C s32 E32Dll(TDllReason /*aReason*/) {
        return 0;
}
#endif

/* [<][>][^][v][top][bottom][index][help] */