Rev | Line | |
---|
[4] | 1 | /* $Id: cache.h,v 1.1 1999-05-24 20:19:08 ktk Exp $ */
|
---|
| 2 |
|
---|
| 3 | /*
|
---|
| 4 | * Wine internally cached objects to speedup some things and prevent
|
---|
| 5 | * infinite duplication of trivial code and data.
|
---|
| 6 | *
|
---|
| 7 | * Copyright 1997 Bertho A. Stultiens
|
---|
| 8 | *
|
---|
| 9 | */
|
---|
| 10 |
|
---|
| 11 | #ifndef __WINE_CACHE_H
|
---|
| 12 | #define __WINE_CACHE_H
|
---|
| 13 |
|
---|
| 14 | #include "windef.h"
|
---|
| 15 |
|
---|
| 16 | HBRUSH CACHE_GetPattern55AABrush(void);
|
---|
| 17 | HBITMAP CACHE_GetPattern55AABitmap(void);
|
---|
| 18 |
|
---|
| 19 | #endif /* __WINE_CACHE_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.