mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:49:03 +08:00
6691c1a042
* apr unglue version string * v db
18 lines
644 B
Diff
18 lines
644 B
Diff
diff --git a/include/apr_version.h b/include/apr_version.h
|
|
index e96de3835..de3437d71 100644
|
|
--- a/include/apr_version.h
|
|
+++ b/include/apr_version.h
|
|
@@ -114,9 +114,9 @@
|
|
|
|
/** An alternative formatted string of APR's version */
|
|
/* macro for Win32 .rc files using numeric csv representation */
|
|
-#define APR_VERSION_STRING_CSV APR_MAJOR_VERSION ##, \
|
|
- ##APR_MINOR_VERSION ##, \
|
|
- ##APR_PATCH_VERSION
|
|
+#define APR_VERSION_STRING_CSV APR_MAJOR_VERSION , \
|
|
+ APR_MINOR_VERSION , \
|
|
+ APR_PATCH_VERSION
|
|
|
|
|
|
#ifndef APR_VERSION_ONLY
|