source: trunk/src/kernel32/directory.h

Last change on this file was 2044, checked in by sandervl, 26 years ago

create reg keys for CSD version

File size: 231 bytes
RevLine 
[2044]1/* $Id: directory.h,v 1.2 1999-12-09 11:59:28 sandervl Exp $ */
[1636]2#ifndef __FILEIO_H__
3#define __FILEIO_H__
4
5void InitDirectories();
6
[2044]7char *InternalGetWindowsDirectoryA();
8char *InternalGetSystemDirectoryA();
9
[1636]10#endif //__FILEIO_H__
11
Note: See TracBrowser for help on using the repository browser.