< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] the role of ares for resiprocate


 
Dear Experts,
 
I decided to change the code of ares to pass some errors in wince.
then in ares_init.h, i changed the code like below. It means that
it doesn't use some code.
 
If i do like that,i don't know if  it will make something change in
resiprocate later?
 
Can you explain me anything?
 
  #ifdef WIN32
+#ifndef _WIN32_WCE
     HKEY hKey; 
     char hostpath[256];
     if(RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters", 0, KEY_QUERY_VALUE,
     &hKey) == ERROR_SUCCESS) 
       }
   }
#endif
 
Julien