Add API_RET_TYPE and NET_API_FUNCTION.
This commit is contained in:
parent
d0882ef46d
commit
588c53878b
|
@ -22,6 +22,8 @@
|
|||
/* Types */
|
||||
|
||||
#define NET_API_STATUS DWORD
|
||||
#define API_RET_TYPE NET_API_STATUS
|
||||
#define NET_API_FUNCTION WINAPI
|
||||
|
||||
#define MAX_PREFERRED_LENGTH ((DWORD) -1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue