diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-05-12 13:28:46 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-05-12 13:28:46 +0000 |
commit | a9d6dd61c011abce8a8492f4f3e78607acc8afa4 (patch) | |
tree | 0d87e3952d2b509e5ca3aebb751ed055b29390fc /winsup/w32api/lib/rtutils.def | |
parent | 0146332359fd6b0078edf194d6a05e99bd587b48 (diff) | |
download | cygnal-a9d6dd61c011abce8a8492f4f3e78607acc8afa4.tar.gz cygnal-a9d6dd61c011abce8a8492f4f3e78607acc8afa4.tar.bz2 cygnal-a9d6dd61c011abce8a8492f4f3e78607acc8afa4.zip |
* lib/rtutils.def: New file. Generated on Windows XP.
(TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
* include/rtutils.h: New file.
(TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
Commented out, they're missing from rtutils.def.
Diffstat (limited to 'winsup/w32api/lib/rtutils.def')
-rwxr-xr-x | winsup/w32api/lib/rtutils.def | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/winsup/w32api/lib/rtutils.def b/winsup/w32api/lib/rtutils.def new file mode 100755 index 000000000..c2b12d843 --- /dev/null +++ b/winsup/w32api/lib/rtutils.def @@ -0,0 +1,54 @@ +LIBRARY RTUTILS.DLL
+EXPORTS
+CreateWaitEvent@40
+CreateWaitEventBinding@20
+CreateWaitTimer@16
+DeRegisterWaitEventBinding@4
+DeRegisterWaitEventBindingSelf@4
+DeRegisterWaitEventsTimers@8
+DeRegisterWaitEventsTimersSelf@8
+DebugPrintWaitWorkerThreads@4
+LogErrorA@16
+LogErrorW@16
+LogEventA@16
+LogEventW@16
+MprSetupProtocolEnum@12
+MprSetupProtocolFree@4
+QueueWorkItem@12
+RegisterWaitEventBinding@4
+RegisterWaitEventsTimers@8
+RouterAssert@16
+RouterGetErrorStringA@8
+RouterGetErrorStringW@8
+RouterLogDeregisterA@4
+RouterLogDeregisterW@4
+RouterLogEventA@24
+RouterLogEventW@24
+RouterLogEventDataA@28
+RouterLogEventDataW@28
+RouterLogEventExA@24
+RouterLogEventExW@24
+RouterLogEventStringA@28
+RouterLogEventStringW@28
+RouterLogEventValistExA@24
+RouterLogEventValistExW@24
+RouterLogRegisterA@4
+RouterLogRegisterW@4
+SetIoCompletionProc@8
+TraceDeregisterA@4
+TraceDeregisterW@4
+TraceDeregisterExA@8
+TraceDeregisterExW@8
+TraceDumpExA@28
+TraceDumpExW@28
+TraceGetConsoleA@8
+TraceGetConsoleW@8
+TracePutsExA@12
+TracePutsExW@12
+TraceRegisterExA@8
+TraceRegisterExW@8
+TraceVprintfExA@8
+TraceVprintfExW@8
+UpdateWaitTimer@8
+WTFreeEvent@4
+WTFreeTimer@4
|