| Summary: | unbalanced #pragma pack(pop) in close_code.h | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | All | ||
|
Description
Ozkan Sezer
2017-08-28 09:56:05 UTC
SDL2 version of the patch that applies cleanly: diff -r 464908ca2d22 include/close_code.h --- a/include/close_code.h Sun Aug 27 19:03:15 2017 -0700 +++ b/include/close_code.h Mon Aug 28 12:55:02 2017 +0300 @@ -29,7 +29,7 @@ #undef _begin_code_h /* Reset structure packing at previous byte alignment */ -#if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__) +#if defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__) #ifdef __BORLANDC__ #pragma nopackwarning #endif |