Ignore:
Timestamp:
Oct 2, 2000, 3:39:18 PM (25 years ago)
Author:
sandervl
Message:

version changes + misc fixes/changes

File:
1 edited

Legend:

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

    r4353 r4372  
    1 /* $Id: profile.cpp,v 1.25 2000-10-01 21:16:04 phaller Exp $ */
     1/* $Id: profile.cpp,v 1.26 2000-10-02 13:38:57 sandervl Exp $ */
    22
    33/*
     
    4747
    4848#define SystemHeap               GetProcessHeap()
    49 
    50 #ifndef strcasecmp
    51 #define strcasecmp               stricmp
    52 #endif
    53 
    5449#define DOSFS_GetFullName(a,b,c) strcpy(c,a)
    5550#define CharLowerA(a)            (a)
Note: See TracChangeset for help on using the changeset viewer.