Commit 12059096 authored by Vadim Kazakov's avatar Vadim Kazakov

update README.md

parent 74a5f129
......@@ -22,3 +22,16 @@ sspi-client.c:313:48: error: use of undeclared identifier 'NEGOSSP_NAME'
313 | static PTCHAR lpPackageName = (PTCHAR) NEGOSSP_NAME;
|
```
P.S: ошибка исправлена добавлением следующих строк в sspi-client.c:
```
#ifndef NEGOSSP_NAME
#define NEGOSSP_NAME "Negotiate"
#endif
```
При запуске вылезает следующая ошибка (в sspi-client.exe):
```
0128:fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment