| 298 | |
| 299 | |
| 300 | void ILAPIENTRY ilutFreePaddedData(ILubyte *Data) |
| 301 | { |
| 302 | ifree(Data); |
| 303 | return; |
| 304 | } |
| 305 | |
| 306 | |
| 307 | // DirectX/GDI insists that all scanlines end on a dword boundary. =( |
nothing calls this directly
no outgoing calls
no test coverage detected