cvsuser     03/07/14 02:55:02

  Modified:    config/gen/platform win32.c
  Log:
  22936
  
  Revision  Changes    Path
  1.6       +1 -1      parrot/config/gen/platform/win32.c
  
  Index: win32.c
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/platform/win32.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- win32.c   11 Jul 2003 17:49:46 -0000      1.5
  +++ win32.c   14 Jul 2003 09:55:02 -0000      1.6
  @@ -68,7 +68,7 @@
   void
   Parrot_unsetenv(const char *name)
   {
  -    unsetenv(name);
  +    SetEnvironmentVariable(name, NULL);
   }
   /*
   ** Parrot_dlopen()
  
  
  

Reply via email to