diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 50eb4de73a7..5885803bba6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ Tue May 4 18:16:33 2004 Steve Huston <shuston@riverace.com> * ace/OS_NS_stdio.cpp (checkUnicodeFormat): ACE_OS::fread() returns size_t, not int. + * ace/WIN32_Proactor.cpp (register_handle): reinterpret_cast the void* + to ULONG_PTR on Win64. + * apps/soreduce/Obj_Module.{h cpp} (add_source): * apps/soreduce/Library.{h cpp} (ctor, load_modules, set_path): Changed path arugment and usage from ACE_TCHAR* to char*. It's |