Add API_RET_TYPE and NET_API_FUNCTION.

oldstable
Francois Gouget 2004-10-04 19:16:44 +00:00 committed by Alexandre Julliard
parent d0882ef46d
commit 588c53878b
1 changed files with 2 additions and 0 deletions

View File

@ -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)