Changeset 2044 for trunk/src/kernel32/directory.cpp
- Timestamp:
- Dec 9, 1999, 12:59:28 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/directory.cpp
r1833 r2044 1 /* $Id: directory.cpp,v 1.1 2 1999-11-24 19:31:22sandervl Exp $ */1 /* $Id: directory.cpp,v 1.13 1999-12-09 11:59:28 sandervl Exp $ */ 2 2 3 3 /* … … 40 40 static char DIR_System[MAX_PATHNAME_LEN]; 41 41 42 //****************************************************************************** 43 //****************************************************************************** 44 char *InternalGetWindowsDirectoryA() 45 { 46 return DIR_Windows; 47 } 48 //****************************************************************************** 49 //****************************************************************************** 50 char *InternalGetSystemDirectoryA() 51 { 52 return DIR_System; 53 } 42 54 //****************************************************************************** 43 55 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.