equal
deleted
inserted
replaced
22 #include <estlib.h> |
22 #include <estlib.h> |
23 #include <estw32.h> |
23 #include <estw32.h> |
24 #include <stdlib.h> |
24 #include <stdlib.h> |
25 |
25 |
26 extern "C" int main (int argc, char *argv[], char *envp[]); |
26 extern "C" int main (int argc, char *argv[], char *envp[]); |
27 |
|
28 extern "C" void exit (int ret); |
|
29 |
27 |
30 #ifndef EKA2 |
28 #ifndef EKA2 |
31 IMPORT_C void RegisterWsExe(const TDesC &aName); |
29 IMPORT_C void RegisterWsExe(const TDesC &aName); |
32 #endif |
30 #endif |
33 |
31 |