FreeRDP/winpr/libwinpr/interlocked/module.def

15 lines
329 B
Modula-2
Raw Normal View History

2012-10-04 01:53:03 +04:00
LIBRARY "libwinpr-interlocked"
EXPORTS
; Not required on windows > 5.1
; InterlockedCompareExchange64 @1
InitializeListHead @2
IsListEmpty @3
RemoveEntryList @4
InsertHeadList @5
RemoveHeadList @6
InsertTailList @7
RemoveTailList @8
AppendTailList @9
PushEntryList @10
PopEntryList @11