-- jkane mail.com
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2124
a5681a0c-68f1-0310-ab6d-
d61299d08faa
long-named options. */
int _getopt_internal(int argc,
+#ifdef WIN32
+ char** argv,
+#else // WIN32
char* const* argv,
+#endif //WIN32
const char *optstring,
const struct option *longopts,
int* longind,
#endif
int getopt_long(int argc,
+#ifdef WIN32
+ char** argv,
+#else // WIN32
char* const* argv,
+#endif //WIN32
const char* options,
const struct option* long_options,
int* opt_index)
instead. */
int getopt_long_only(int argc,
+#ifdef WIN32
+ char** argv,
+#else // WIN32
char* const* argv,
+#endif //WIN32
const char* options,
const struct option* long_options,
int* opt_index)