diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-04-28 10:31:20 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-04-28 10:31:20 +0000 |
commit | 7eaa966b8f8b86bc4dccb197ed3a26b00cb1ec2e (patch) | |
tree | 33d0ae9fe76a8cc2f90530ded21704d665a90df3 /winsup/w32api/lib | |
parent | 523423ee377457db64950dad2fdcd96a4e43c17c (diff) | |
download | cygnal-7eaa966b8f8b86bc4dccb197ed3a26b00cb1ec2e.tar.gz cygnal-7eaa966b8f8b86bc4dccb197ed3a26b00cb1ec2e.tar.bz2 cygnal-7eaa966b8f8b86bc4dccb197ed3a26b00cb1ec2e.zip |
* include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_*,MAX_IF_TYPE,IF_ACCESS_*,
IF_CHECK_*,IF_CONNECTION_*,IF_ADMIN_*,IF_OPER_*): Define.
* include/winbase.h (CancelWaitableTimer,UnregisterWait):
Add function declaration.
* include/mgm.h: New file.
* lib/rtm.def: New file.
Thanks to: Bruce M Simpson <bms_spc at sf dot net>
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r-- | winsup/w32api/lib/rtm.def | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/w32api/lib/rtm.def b/winsup/w32api/lib/rtm.def new file mode 100644 index 000000000..b156914ff --- /dev/null +++ b/winsup/w32api/lib/rtm.def @@ -0,0 +1,18 @@ +LIBRARY RTM.DLL +EXPORTS +MgmAddGroupMembershipEntry@32 +MgmDeleteGroupMembershipEntry@32 +MgmDeRegisterMProtocol@4 +MgmGetFirstMfe@12 +MgmGetFirstMfeStats@16 +MgmGetMfe@12 +MgmGetMfeStats@16 +MgmGetNextMfe@16 +MgmGetNextMfeStats@20 +MgmGetProtocolOnInterface@16 +MgmGroupEnumerationEnd@4 +MgmGroupEnumerationGetNext@16 +MgmGroupEnumerationStart@12 +MgmRegisterMProtocol@16 +MgmReleaseInterfaceOwnership@12 +MgmTakeInterfaceOwnership@12 |