fix macro name in iptypes.h
[reactos.git] / include / psdk / dhcpcapi.h
index f048739..a6f93d1 100644 (file)
@@ -1,8 +1,5 @@
 #ifndef _DHCPCAPI_H
 #define _DHCPCAPI_H
-#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
 
 #include <windows.h>
 #include <accctrl.h>
@@ -11,9 +8,9 @@
 extern "C" {
 #endif
 
-    VOID STDCALL DhcpLeaseIpAddress( ULONG AdapterIndex );
-    VOID STDCALL DhcpReleaseIpAddressLease( ULONG AdapterIndex );
-    VOID STDCALL DhcpStaticRefreshParams
+    VOID WINAPI DhcpLeaseIpAddress( ULONG AdapterIndex );
+    VOID WINAPI DhcpReleaseIpAddressLease( ULONG AdapterIndex );
+    VOID WINAPI DhcpStaticRefreshParams
     ( ULONG AdapterIndex, ULONG IpAddress, ULONG NetMask );
 
 #ifdef __cplusplus