update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / wsenv.c
index 24fe949..3e405db 100644 (file)
@@ -6,6 +6,9 @@
 #include <msvcrt/msvcrtdbg.h>
 
 
+/*
+ * @implemented
+ */
 void _wsearchenv(const wchar_t* file,const wchar_t* var,wchar_t* path)
 {
     wchar_t* env = _wgetenv(var);