source:
trunk/src/kernel32/directory.h
| Last change on this file was 2044, checked in by , 26 years ago | |
|---|---|
| File size: 231 bytes | |
| Rev | Line | |
|---|---|---|
| [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 | ||
| 5 | void InitDirectories(); | |
| 6 | ||
| [2044] | 7 | char *InternalGetWindowsDirectoryA(); |
| 8 | char *InternalGetSystemDirectoryA(); | |
| 9 | ||
| [1636] | 10 | #endif //__FILEIO_H__ |
| 11 |
Note:
See TracBrowser
for help on using the repository browser.
