From 588c53878ba1c5239be37b5a2876c9d4ad1bbb94 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 4 Oct 2004 19:16:44 +0000 Subject: [PATCH] Add API_RET_TYPE and NET_API_FUNCTION. --- include/lmcons.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/lmcons.h b/include/lmcons.h index 3571162500f..010663d1398 100644 --- a/include/lmcons.h +++ b/include/lmcons.h @@ -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)