DEBSOURCES
Skip Quicknav
sources / plplot / 5.9.0-8 / cmake / modules / FindGDI32.c
12345678
#include <windows.h> int main() { HDC hDC=NULL; RECT clientRect; DPtoLP(hDC, (LPPOINT)&clientRect, 2); }