Modify ↓
Ticket #164 (new defect)
Bad preprocessor macros for VS2008 projects
| Reported by: | Romulo A. Ceccon | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | libyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Some projects in the VS2008 solution (yaml and yamldll, for instance) are missing important macros:
- WIN32 and _DEBUG in the debug version
- WIN32 and NDEBUG in the release version
As a result they are not exporting symbols correctly (yaml.h tests for the WIN32 macro) and are generating debug information when they shouldn't.
Attachments
Note: See
TracTickets for help on using
tickets.
