Hans Leidekker : setupapi: Forward pSetupIsUserAdmin to IsUserAdmin.
Module: wine Branch: master Commit: 1058561e3b02411ae604e4deaaed9bd04f0e6c06 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1058561e3b02411ae604e4deaa... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Mon Dec 8 12:34:55 2008 +0100 setupapi: Forward pSetupIsUserAdmin to IsUserAdmin. --- dlls/setupapi/setupapi.spec | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec index 860a6a3..75cb7c8 100644 --- a/dlls/setupapi/setupapi.spec +++ b/dlls/setupapi/setupapi.spec @@ -554,6 +554,7 @@ @ stub pSetupGetVersionDatum @ stub pSetupGuidFromString @ stub pSetupIsGuidNull +@ stdcall pSetupIsUserAdmin() IsUserAdmin @ stub pSetupMakeSurePathExists @ stdcall pSetupSetGlobalFlags(long) @ stdcall pSetupSetQueueFlags(ptr long)
participants (1)
-
Alexandre Julliard