tcpiputils/dhcp/te_dhcp/src/te_dhcpTestServer.cpp
branchRCL_3
changeset 21 abbed5a4b42a
parent 0 af10295192d8
child 22 8d540f55e491
equal deleted inserted replaced
20:7e41d162e158 21:abbed5a4b42a
   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 GLDEF_C TInt E32Main()	// define 32main if eka2...
   145 EXPORT_C 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 	{