Skip to content

Commit

Permalink
argh! update the header too
Browse files Browse the repository at this point in the history
  • Loading branch information
grum committed Sep 9, 2005
1 parent b899079 commit d0fe40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asc.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ int xmlGetInt(xmlNode *n, xmlChar *p);
int my_xmlStrncopy(char ** dest, const char * src, int len);

#ifdef WINDOWS
#ifdef _MSC_VER
#if defined(_MSC_VER) || defined(__MINGW32__)
/*!
* \ingroup misc_utils
* \brief An snprintf replacement for MSVC
Expand Down

0 comments on commit d0fe40e

Please sign in to comment.