Ignore:
Timestamp:
Jul 27, 2010, 10:08:45 PM (15 years ago)
Author:
dmik
Message:

Attempted to resurrect building of msvcrt.dll.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/environ.c

    r10005 r21395  
    2929#include "msvcrt.h"
    3030
     31#include "msvcrt/stddef.h"
    3132#include "msvcrt/stdlib.h"
    3233
     
    7576  unsigned int length=strlenW(name);
    7677
    77   dprintf(("MSVCRT: _wgetenv %s",debugstr_w(name))); 
     78  dprintf(("MSVCRT: _wgetenv %s",debugstr_w(name)));
    7879
    7980  for (pp = environ; (*pp); pp = pp + strlenW(pp) + 1)
Note: See TracChangeset for help on using the changeset viewer.