Converted comments to C comments.

This commit is contained in:
skarg
2010-08-18 00:10:12 +00:00
parent a23d75689d
commit 1165f94cf5
+2 -2
View File
@@ -40,8 +40,8 @@
#include "config.h"
#if defined(_MSC_VER)
// Silence the warnings about unsafe versions of library functions
// as we need to keep the code portable
/* Silence the warnings about unsafe versions of library functions */
/* as we need to keep the code portable */
#pragma warning( disable : 4996)
#endif