source: vendor/emx/current/src/libos2/mou25.c

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: 327 bytes
Line 
1/* mou25.c */
2
3#define INCL_MOU
4#include <os2.h>
5
6USHORT _THUNK_FUNCTION (Mou16SetDevStatus) ();
7
8USHORT MouSetDevStatus (PUSHORT pfsDevStatus, HMOU hmou)
9{
10 return ((USHORT)
11 (_THUNK_PROLOG (4+2);
12 _THUNK_FLAT (pfsDevStatus);
13 _THUNK_SHORT (hmou);
14 _THUNK_CALL (Mou16SetDevStatus)));
15}
Note: See TracBrowser for help on using the repository browser.