//+------------------------------------------------------------------------- // // Microsoft Windows // // Copyright (C) Microsoft Corporation, 1998 - 1999 // // File: results.h // //-------------------------------------------------------------------------- #ifndef HEADER_NETINFO #define HEADER_NETINFO #include #include #include #include #include #define WIN_SUCCESS(x) ((x) == NO_ERROR) #endif