Commit c7a539d8 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

Updated minor version number.

parent 8da94c98
...@@ -128,9 +128,9 @@ VOID COMCTL32_RefreshSysColors(void); ...@@ -128,9 +128,9 @@ VOID COMCTL32_RefreshSysColors(void);
INT Str_GetPtrWtoA (LPCWSTR lpSrc, LPSTR lpDest, INT nMaxLen); INT Str_GetPtrWtoA (LPCWSTR lpSrc, LPSTR lpDest, INT nMaxLen);
BOOL Str_SetPtrAtoW (LPWSTR *lppDest, LPCSTR lpSrc); BOOL Str_SetPtrAtoW (LPWSTR *lppDest, LPCSTR lpSrc);
#define COMCTL32_VERSION_MINOR 0 #define COMCTL32_VERSION_MINOR 80
#define WINE_FILEVERSION 5, COMCTL32_VERSION_MINOR, 0, 0 #define WINE_FILEVERSION 5, COMCTL32_VERSION_MINOR, 0, 0
#define WINE_FILEVERSIONSTR "5.00" #define WINE_FILEVERSIONSTR "5.80"
/* Our internal stack structure of the window procedures to subclass */ /* Our internal stack structure of the window procedures to subclass */
typedef struct typedef struct
......
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