tcpiputils/dhcp/te_dhcp/src/te_dhcpTestServer.cpp
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
   140 
   140 
   141 // Only a DLL on emulator for typhoon and earlier
   141 // Only a DLL on emulator for typhoon and earlier
   142 #if (defined __WINS__ && !defined EKA2)
   142 #if (defined __WINS__ && !defined EKA2)
   143 TInt ThreadFunc (TAny* /*aParam*/)	// define the ordinal 1 on eka1
   143 TInt ThreadFunc (TAny* /*aParam*/)	// define the ordinal 1 on eka1
   144 #else			
   144 #else			
   145 EXPORT_C GLDEF_C TInt E32Main()	// define 32main if eka2...
   145 GLDEF_C TInt E32Main()	// define 32main if eka2...
   146 #endif
   146 #endif
   147 /**
   147 /**
   148 * @return - Standard Epoc error code on exit
   148 * @return - Standard Epoc error code on exit
   149 */
   149 */
   150 	{
   150 	{