Subject: winex/dlls/advapi32 security.c,1.15,1.16Update of /var/lib/cvsd/cvsroot/winex/dlls/advapi32
In directory agravaine:/tmp/cvs-serv22697/dlls/advapi32
Modified Files:
security.c
Log Message:
Shuffles around the function location to make the cp patch a little easier
to update.
Index: security.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/advapi32/security.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- security.c 30 Mar 2007 21:18:11 -0000 1.15
+++ security.c 30 Mar 2007 21:18:18 -0000 1.16
@@ -1059,21 +1059,6 @@
}
/******************************************************************************
- * SetEntriesInAclA [ADVAPI32.@]
- */
-DWORD WINAPI SetEntriesInAclA(ULONG cCountOfExplicitEntries,
- /*PEXPLICIT_ACCESS*/ void* pListOfExplicitEntries,
- PACL OldAcl,
- PACL* NewAcl)
-{
- FIXME("%lu %p %p %p: stub\n", cCountOfExplicitEntries, pListOfExplicitEntries,
- OldAcl, NewAcl);
- *NewAcl = NULL;
- return ERROR_UNKNOWN;
-}
-
-
-/******************************************************************************
* PrivilegeCheck [ADVAPI32.@]
*
* Stub - can be used to determine whether user is in administrative mode.
@@ -1090,3 +1075,20 @@
return( TRUE );
}
+
+
+/******************************************************************************
+ * SetEntriesInAclA [ADVAPI32.@]
+ */
+DWORD WINAPI SetEntriesInAclA(ULONG cCountOfExplicitEntries,
+ /*PEXPLICIT_ACCESS*/ void* pListOfExplicitEntries,
+ PACL OldAcl,
+ PACL* NewAcl)
+{
+ FIXME("%lu %p %p %p: stub\n", cCountOfExplicitEntries, pListOfExplicitEntries,
+ OldAcl, NewAcl);
+ *NewAcl = NULL;
+ return ERROR_UNKNOWN;
+}
+
+
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.