Changeset 21846 for branches/gcc-kmk/src/advapi32/cred.c
- Timestamp:
- Dec 5, 2011, 11:12:22 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/advapi32/cred.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/advapi32/cred.c
r21362 r21846 19 19 */ 20 20 21 #include <memory.h> 21 22 #include <stdarg.h> 22 23 #include <time.h> … … 43 44 /* the size of the ARC4 key used to encrypt the password data */ 44 45 #define KEY_SIZE 8 46 47 ULONG WINAPI RtlUniform(PULONG seed); 45 48 46 49 static const WCHAR wszCredentialManagerKey[] = {'S','o','f','t','w','a','r','e','\\','W','i','n','e','\\',
Note:
See TracChangeset
for help on using the changeset viewer.
