Release 960712
[wine/multimedia.git] / include / directory.h
blob28e5d64429e860876bf6289a481cc8790e2fbcd3
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_GetDosPath( int element, LPSTR path, UINT count );
15 extern UINT DIR_GetUnixPath( int element, LPSTR path, UINT count );
17 #endif /* __WINE_DIRECTORY_H */