vlmcsd-1105-2016-11-28-Hotbird64

This commit is contained in:
Wind4
2016-12-02 15:56:18 +08:00
parent b8fdaf9a6b
commit 9bd3e9c470
68 changed files with 7647 additions and 2252 deletions

View File

@@ -4,16 +4,15 @@ POSIX getopt for Windows
AT&T Public License
Code given out at the 1985 UNIFORUM conference in Dallas.
Modified for vlmcsd by Hotbird64
*/
#ifndef _MSC_VER
#include <getopt.h>
#endif
#ifdef _MSC_VER
#ifndef _WINGETOPT_H_
#define _WINGETOPT_H_
#ifdef _MSC_VER
#ifdef __cplusplus
extern "C" {
#endif
@@ -28,5 +27,5 @@ extern "C" {
}
#endif
#endif /* _GETOPT_H_ */
#endif /* __GNUC__ */
#endif // _MSC_VER
#endif // __wingetopt_h