Module: wine Branch: master Commit: b0e000ca885d36b225a5ac109b341a57e09dc487 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b0e000ca885d36b225a5ac109b...
Author: Austin English austinenglish@gmail.com Date: Thu Jan 22 00:34:19 2009 -0600
updspapi: Add missing functions and forward to setupapi.
---
dlls/updspapi/updspapi.spec | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/dlls/updspapi/updspapi.spec b/dlls/updspapi/updspapi.spec index ca4ef7c..dc6b25f 100644 --- a/dlls/updspapi/updspapi.spec +++ b/dlls/updspapi/updspapi.spec @@ -67,4 +67,12 @@ @ stub UpdSpSetDynamicStringExA @ stub UpdSpSetDynamicStringExW @ stub UpdSpSetDynamicStringW +@ stdcall UpdSpStringTableAddString(ptr wstr long) setupapi.StringTableAddString +@ stdcall UpdSpStringTableAddStringEx(ptr wstr long ptr long) setupapi.StringTableAddStringEx +@ stdcall UpdSpStringTableDestroy(ptr) setupapi.StringTableDestroy +@ stub UpdSpStringTableEnum +@ stdcall UpdSpStringTableInitialize() setupapi.StringTableInitialize +@ stdcall UpdSpStringTableInitializeEx(long long) setupapi.StringTableInitializeEx +@ stdcall UpdSpStringTableLookUpString(ptr wstr long) setupapi.StringTableLookUpString +@ stdcall UpdSpStringTableLookUpStringEx(ptr wstr long ptr long) setupapi.StringTableLookUpStringEx @ stdcall UpdSpTermDefaultQueueCallback(ptr) setupapi.SetupTermDefaultQueueCallback