/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the w64 mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER within this package. */ #ifndef _URLMON_H #define _URLMON_H #ifdef __cplusplus extern "C" { #endif #if (_WIN32_WCE < 200) #error urlmon.h is only available for Windows CE 2.00 and later #else #endif /* _WIN32_WCE < 210 */ #ifdef __cplusplus } #endif #endif /* _URLMON_H */