Process and thread id now use the server-side id instead of an
[wine/multimedia.git] / include / cache.h
blob32d52dd2fffe839d1ea626fc0a87ae2a370f1b1c
1 /*
2 * Wine internally cached objects to speedup some things and prevent
3 * infinite duplication of trivial code and data.
4 *
5 * Copyright 1997 Bertho A. Stultiens
7 */
9 #ifndef __WINE_CACHE_H
10 #define __WINE_CACHE_H
12 #include "wintypes.h"
14 HBRUSH CACHE_GetPattern55AABrush(void);
15 HBITMAP CACHE_GetPattern55AABitmap(void);
17 #endif /* __WINE_CACHE_H */