summaryrefslogtreecommitdiff
path: root/asm/window_util.h
blob: b3c6cae1cc7dc60a47168596c2e2e3d6db2c7cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C)  2018 Iru Cai <mytbk920423@gmail.com>
 * SPDX-License-Identifier: GPL-3.0-or-later
 */

#include <windows.h>

typedef LRESULT (CALLBACK *wProc)(HWND, UINT, WPARAM, LPARAM);

extern wProc windowCallbacks[];
extern int callbackSize;

int Wait_0402_Message(wProc, int);
void Post_0402_Message(LPARAM lp);