Fixed bug 5333 - Replace character of legacy code page with utf-8 one.
Joel Linn This patch fixes a MSVC warning, which is dependent on the regional settings of the build system. Although the character is inside a comment and harmless, it is undesirable to disable the warning for this.
parent
c3a32605f8
commit
723d76c8ec
|
@ -27,7 +27,7 @@
|
|||
*
|
||||
* Original version by Sam Lantinga
|
||||
*
|
||||
* Mattias Engdegård (Yorick): Rewrite. New encoding format, encoder and
|
||||
* Mattias Engdegård (Yorick): Rewrite. New encoding format, encoder and
|
||||
* decoder. Added per-surface alpha blitter. Added per-pixel alpha
|
||||
* format, encoder and blitter.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue