Commit ab71fada authored by Saulius Krasuckas's avatar Saulius Krasuckas Committed by Alexandre Julliard

comctl32: Increase FILEVERSION up to 5.81.4704.1100.

parent 379460f6
......@@ -147,9 +147,9 @@ INT Str_GetPtrWtoA (LPCWSTR lpSrc, LPSTR lpDest, INT nMaxLen);
BOOL Str_SetPtrAtoW (LPWSTR *lppDest, LPCSTR lpSrc);
BOOL Str_SetPtrWtoA (LPSTR *lppDest, LPCWSTR lpSrc);
#define COMCTL32_VERSION_MINOR 80
#define WINE_FILEVERSION 5, COMCTL32_VERSION_MINOR, 0, 0
#define WINE_FILEVERSIONSTR "5.80"
#define COMCTL32_VERSION_MINOR 81
#define WINE_FILEVERSION 5, COMCTL32_VERSION_MINOR, 4704, 1100
#define WINE_FILEVERSIONSTR "5.81"
/* Our internal stack structure of the window procedures to subclass */
typedef struct _SUBCLASSPROCS {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment