Last change
on this file was 18, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
422 bytes
|
Line | |
---|
1 | /* pmviop30.c */
|
---|
2 |
|
---|
3 | #define INCL_AVIO
|
---|
4 | #include <os2.h>
|
---|
5 |
|
---|
6 | USHORT _THUNK_FUNCTION (Win16DefAVioWindowProc) ();
|
---|
7 |
|
---|
8 | MRESULT WinDefAVioWindowProc (HWND hwnd, USHORT msg, ULONG mp1, ULONG mp2)
|
---|
9 | {
|
---|
10 | return ((MRESULT)
|
---|
11 | (_THUNK_PROLOG (4+2+4+4);
|
---|
12 | _THUNK_LONG ((ULONG)hwnd);
|
---|
13 | _THUNK_SHORT (msg);
|
---|
14 | _THUNK_LONG (mp1);
|
---|
15 | _THUNK_LONG (mp2);
|
---|
16 | _THUNK_CALL (Win16DefAVioWindowProc)));
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.