|
Curt Arnold made changes - 10/Aug/04 10:31 PM
Curt Arnold made changes - 10/Aug/04 10:37 PM
Visual Studio uses may need to manually update their config.h or config_msvc.h to incorporate the changes to config_msvc.h.in.
Curt Arnold made changes - 10/Aug/04 11:36 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nteventlogappender.h introduced alternative definitions for HKEY, SID and HANDLE which slightly conflict with the Win32 definitions (the Win32 definitions have an "int unused;" field. To prevent conflicts, I've moved the proxy typedef's into the class, so the member functions that work with HKEY's are declared using NTEventLogAppender::HKEY's. They are appropriately cast down to ::HKEY's within nteventlogappender.cpp on calls to the Win32 API's.