| 106 | // Bitmap types ------------------------------------------------------------- |
| 107 | |
| 108 | FI_STRUCT (FIBITMAP) { void *data; }; |
| 109 | FI_STRUCT (FIMULTIBITMAP) { void *data; }; |
| 110 | |
| 111 | // Types used in the library (directly copied from Windows) ----------------- |
nothing calls this directly
no outgoing calls
no test coverage detected