home *** CD-ROM | disk | FTP | other *** search
- /* mou24.c */
-
- #define INCL_MOU
- #include <os2.h>
-
- USHORT _THUNK_FUNCTION (Mou16Register) ();
-
- USHORT MouRegister (CONSTPSZ pszModName, CONSTPSZ pszEntryName,
- ULONG ulFunMask)
- {
- return ((USHORT)
- (_THUNK_PROLOG (4+4+4);
- _THUNK_FLAT ((PSZ)pszModName);
- _THUNK_FLAT ((PSZ)pszEntryName);
- _THUNK_LONG (ulFunMask);
- _THUNK_CALL (Mou16Register)));
- }
-