mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
This commit is contained in:
parent
e233d1ae3f
commit
9cab0d1078
@ -1,3 +1,9 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 1.0.9 (01-Feb-1999)
|
||||
|
||||
Albert den Haan <albertd@corel.ca>:
|
||||
- Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
Version 1.0.8 (10-Jan-1999)
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "wrctypes.h"
|
||||
#endif
|
||||
|
||||
#define WRC_VERSION "1.0.8"
|
||||
#define WRC_RELEASEDATE "(10-Jan-1999)"
|
||||
#define WRC_VERSION "1.0.9"
|
||||
#define WRC_RELEASEDATE "(01-Feb-1999)"
|
||||
#define WRC_FULLVERSION WRC_VERSION " " WRC_RELEASEDATE
|
||||
|
||||
/* Only used in heavy debugging sessions */
|
||||
|
@ -126,8 +126,8 @@ typedef struct font_id {
|
||||
enum res_e {
|
||||
res_0 = 0,
|
||||
res_cur,
|
||||
res_ico,
|
||||
res_bmp,
|
||||
res_ico,
|
||||
res_men,
|
||||
res_dlg,
|
||||
res_stt,
|
||||
|
Loading…
Reference in New Issue
Block a user