Ignore:
Timestamp:
Feb 10, 2002, 2:12:51 PM (24 years ago)
Author:
sandervl
Message:

logging updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/environ.cpp

    r7849 r7858  
    1 /* $Id: environ.cpp,v 1.14 2002-02-09 12:45:12 sandervl Exp $ */
     1/* $Id: environ.cpp,v 1.15 2002-02-10 13:12:51 sandervl Exp $ */
    22
    33/*
     
    4040//******************************************************************************
    4141//******************************************************************************
    42 ODINFUNCTION0(LPSTR, GetEnvironmentStringsA)
     42LPSTR WIN32API GetEnvironmentStringsA()
    4343{
    4444  return (LPSTR) O32_GetEnvironmentStrings();
Note: See TracChangeset for help on using the changeset viewer.