Sweden-Number/dlls/advapi32
Francois Gouget 9591836ffb 'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
..
tests Use only Ansi APIs for cleaning up the registry. 2003-01-13 18:29:31 +00:00
.cvsignore Added .spec.def files. 2002-12-12 22:04:04 +00:00
Makefile.in Janitorial. Get rid of W->A calls. 2003-03-14 04:50:34 +00:00
advapi.c Documentation updates. 2003-03-18 18:35:48 +00:00
advapi32.spec Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAclInformation. 2003-06-16 19:44:06 +00:00
crypt.c Trace format fix. 2003-03-31 19:32:46 +00:00
crypt.h The provider functions are WINAPI. 2002-08-13 18:05:45 +00:00
eventlog.c Removed no longer needed inclusion of heap.h. 2003-01-24 00:54:58 +00:00
registry.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
security.c Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAclInformation. 2003-06-16 19:44:06 +00:00
service.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00