https://issues.apache.org/bugzilla/show_bug.cgi?id=56209
Flavio Medeiros <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Flavio Medeiros <[email protected]> --- For example: in function (ap_regkey_open) we have the following code: #if APR_HAS_UNICODE_FS IF_WIN_OS_IS_UNICODE { // code } #endif /* APR_HAS_UNICODE_FS */ #if APR_HAS_ANSI_FS ELSE_WIN_OS_IS_ANSI { // code } #endif I believe that we have problems if we define APR_HAS_ANSI_FS without APR_HAS_UNICODE_FS. Also, we have uninitialised variables if we do not define any of them. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
