Release 960521
[wine/multimedia.git] / include / directory.h
blobc466af8624c81d3c494d9486a1f0ca709a568320
1 /*
2 * DOS directory handling declarations
4 * Copyright 1996 Alexandre Julliard
5 */
7 #ifndef __WINE_DIRECTORY_H
8 #define __WINE_DIRECTORY_H
10 extern int DIR_Init(void);
11 extern UINT DIR_GetWindowsUnixDir( LPSTR path, UINT count );
12 extern UINT DIR_GetSystemUnixDir( LPSTR path, UINT count );
13 extern UINT DIR_GetTempUnixDir( LPSTR path, UINT count );
14 extern UINT DIR_GetTempDosDir( LPSTR path, UINT count );
15 extern UINT DIR_GetDosPath( int element, LPSTR path, UINT count );
16 extern UINT DIR_GetUnixPath( int element, LPSTR path, UINT count );
18 #endif /* __WINE_DIRECTORY_H */