summaryrefslogtreecommitdiff
path: root/include/systools/win32/snprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/systools/win32/snprintf.h')
-rw-r--r--include/systools/win32/snprintf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/systools/win32/snprintf.h b/include/systools/win32/snprintf.h
index e5e60eaa9ada..92e571f91ee8 100644
--- a/include/systools/win32/snprintf.h
+++ b/include/systools/win32/snprintf.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SNPRINTF_H
-#define _SNPRINTF_H
+#ifndef INCLUDED_SYSTOOLS_WIN32_SNPRINTF_H
+#define INCLUDED_SYSTOOLS_WIN32_SNPRINTF_H
#if !defined(_WIN32)
#error ERROR: Only Win32 target supported!
@@ -83,6 +83,6 @@ _SNPRINTF_DLLIMPORT int __cdecl snprintf( char *buffer, size_t count, const char
}
#endif
-#endif /* _SNPRINTF_H */
+#endif // INCLUDED_SYSTOOLS_WIN32_SNPRINTF_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */