* shared_info.h (CURR_SHARED_MAGIC): Update.

This commit is contained in:
Corinna Vinschen 2009-03-24 13:44:53 +00:00
parent 2971f07610
commit 22836f13b6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-03-24 Corinna Vinschen <corinna@vinschen.de>
* shared_info.h (CURR_SHARED_MAGIC): Update.
2009-03-24 Corinna Vinschen <corinna@vinschen.de>
* wchar.h: Replace UINT with unsigned int.

View File

@ -31,7 +31,7 @@ public:
#define SHARED_INFO_CB 39328
#define CURR_SHARED_MAGIC 0x398d8baU
#define CURR_SHARED_MAGIC 0x22f9ff0bU
#define USER_VERSION 1 // increment when mount table changes and
#define USER_VERSION_MAGIC CYGWIN_VERSION_MAGIC (USER_MAGIC, USER_VERSION)