/** * 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 _SMS_H #define _SMS_H #ifdef __cplusplus extern "C" { #endif #if (_WIN32_WCE < 300) #error sms.h is only available for Windows CE 3.00 and later #else #endif /* _WIN32_WCE < 210 */ #ifdef __cplusplus } #endif #endif /* _SMS_H */