mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
Changed macro for .rc in ap_release.h.
MingW32 windres issued a couple of warnings, and Watcom wrc broke with this macro. This version tested with MingW32, Watcom, OpenWatcom, MSVC6, MSVC7, and all can create now a *.res warning-free. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -66,8 +66,8 @@
|
||||
#define AP_SERVER_VERSION AP_SERVER_BASEVERSION
|
||||
|
||||
/* macro for Win32 .rc files using numeric csv representation */
|
||||
#define AP_SERVER_PATCHLEVEL_CSV AP_SERVER_MAJORVERSION_NUMBER ##, \
|
||||
##AP_SERVER_MINORVERSION_NUMBER ##, \
|
||||
##AP_SERVER_PATCHLEVEL_NUMBER
|
||||
#define AP_SERVER_PATCHLEVEL_CSV AP_SERVER_MAJORVERSION_NUMBER, \
|
||||
AP_SERVER_MINORVERSION_NUMBER, \
|
||||
AP_SERVER_PATCHLEVEL_NUMBER
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user