haskell/win32

View on GitHub
include/dumpBMP.h

Summary

Maintainability
Test Coverage
#include <windows.h>

/* There's currently no #define that indicate whether we're
   compiling a .hc file. */

extern void CreateBMPFile(LPCTSTR pszFileName, HBITMAP hBmp, HDC hDC);