Bug fixes.
[wine/multimedia.git] / include / stress.h
blobe51f010ca3ec2f704e394a1ceced23b8c6776d36
1 #ifndef __WINE_STRESS_H
2 #define __WINE_STRESS_H
4 #include "windef.h"
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 #define EDS_WIN 1
11 #define EDS_CUR 2
12 #define EDS_TEMP 3
14 BOOL16 WINAPI AllocGDIMem(UINT16);
15 BOOL16 WINAPI AllocMem(DWORD);
16 BOOL16 WINAPI AllocUserMem(UINT16);
17 int WINAPI AllocDiskSpace(long, UINT16);
18 int WINAPI AllocFileHandles(int);
19 int WINAPI GetFreeFileHandles(void);
20 void WINAPI FreeAllGDIMem(void);
21 void WINAPI FreeAllMem(void);
22 void WINAPI FreeAllUserMem(void);
23 void WINAPI UnAllocDiskSpace(UINT16);
24 void WINAPI UnAllocFileHandles(void);
26 #ifdef __cplusplus
28 #endif
30 #endif /* __WINE_STRESS_H */