From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/os2/client/thunk/pmwin.def | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 private/os2/client/thunk/pmwin.def (limited to 'private/os2/client/thunk/pmwin.def') diff --git a/private/os2/client/thunk/pmwin.def b/private/os2/client/thunk/pmwin.def new file mode 100644 index 000000000..30b80eb57 --- /dev/null +++ b/private/os2/client/thunk/pmwin.def @@ -0,0 +1,9 @@ +LIBRARY PMWIN +PROTMODE + +EXPORTS + WINCREATEHEAP @225 RESIDENTNAME + WINDESTROYHEAP @226 RESIDENTNAME + WINALLOCMEM @228 RESIDENTNAME + WINFREEMEM @230 RESIDENTNAME + WINGETLASTERROR @243 RESIDENTNAME -- cgit v1.2.3