sal55 / langs

84 stars 6 forks source link

bcc.exe - Several definitions in wingdi.h respectively windows.h are missing. #3

Open ThomasMertes opened 3 years ago

ThomasMertes commented 3 years ago

The following definitions are missing in the wingdi.h file (that is included by windows.h):

define HORZRES 8

define VERTRES 10

define DESKTOPHORZRES 118

define DESKTOPVERTRES 117

int GetDeviceCaps(HDC hdc, int index); BOOL WINAPI StretchBlt(HDC,int,int,int,int,HDC,int,int,int,int,DWORD); HBITMAP CreateBitmap(int,int,UINT,UINT,const VOID *);

ThomasMertes commented 3 years ago

A definition of

HBITMAP CreateBitmap(int,int,UINT,UINT,const VOID *);

is still missing in the new bcc.exe.