summaryrefslogtreecommitdiff
path: root/include/msapi/stdver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/msapi/stdver.h')
-rw-r--r--include/msapi/stdver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/msapi/stdver.h b/include/msapi/stdver.h
index 933a81879b..6f40f9e4bd 100644
--- a/include/msapi/stdver.h
+++ b/include/msapi/stdver.h
@@ -1,4 +1,4 @@
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
#define __STRINGIFY_IMPL(x) #x