Lines Matching defs:WndProc
1896 // On MS-Windows, make this a global, so it's available to WndProc()1922 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {1952 win_class.lpfnWndProc = WndProc;