Replaces UNICODE characters in the code by consistent ASCII characters.

Beside consistency improves reading for such console tools like svn diff
or vim diff.

This was SVN commit r24625.
This commit is contained in:
vladislavbelov
2021-01-15 10:07:36 +00:00
parent 171afdc7a6
commit b1a89fbd89
12 changed files with 85 additions and 85 deletions
+2 -2
View File
@@ -46,7 +46,7 @@
#include "ps/UserReport.h"
#include "ps/VideoMode.h"
// TODO: Support OpenGL platforms which dont use GLX as well.
// TODO: Support OpenGL platforms which don't use GLX as well.
#if defined(SDL_VIDEO_DRIVER_X11) && !CONFIG2_GLES
#include <GL/glx.h>
#include <SDL_syswm.h>
@@ -588,7 +588,7 @@ static void ReportGLLimits(const ScriptInterface& scriptInterface, JS::HandleVal
#endif // CONFIG2_GLES
// TODO: Support OpenGL platforms which dont use GLX as well.
// TODO: Support OpenGL platforms which don't use GLX as well.
#if defined(SDL_VIDEO_DRIVER_X11) && !CONFIG2_GLES
#define GLXQCR_INTEGER(id) do { \