Home | Info | Community | Development | myReactOS | Contact Us
00001 #include <precomp.h> 00002 00003 00004 /* misc/environ.c */ 00005 int SetEnv(const wchar_t *option); 00006 00007 /* 00008 * @implemented 00009 */ 00010 int _wputenv(const wchar_t* val) 00011 { 00012 return SetEnv(val); 00013 }