* 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>
This commit is contained in:
Dimitri Papadopoulos
2006-04-28 10:31:20 +00:00
parent 523423ee37
commit 7eaa966b8f
5 changed files with 277 additions and 2 deletions

18
winsup/w32api/lib/rtm.def Normal file
View File

@ -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