Ignore:
Timestamp:
Dec 9, 1999, 12:59:28 PM (26 years ago)
Author:
sandervl
Message:

create reg keys for CSD version

File:
1 edited

Legend:

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

    r1833 r2044  
    1 /* $Id: directory.cpp,v 1.12 1999-11-24 19:31:22 sandervl Exp $ */
     1/* $Id: directory.cpp,v 1.13 1999-12-09 11:59:28 sandervl Exp $ */
    22
    33/*
     
    4040static char DIR_System[MAX_PATHNAME_LEN];
    4141
     42//******************************************************************************
     43//******************************************************************************
     44char *InternalGetWindowsDirectoryA()
     45{
     46   return DIR_Windows;
     47}
     48//******************************************************************************
     49//******************************************************************************
     50char *InternalGetSystemDirectoryA()
     51{
     52   return DIR_System;
     53}
    4254//******************************************************************************
    4355//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.