mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: warn about automatic (de)referencing; freetype: compilation flag fixes
This commit is contained in:
4
thirdparty/fontstash/fontstash.h
vendored
4
thirdparty/fontstash/fontstash.h
vendored
@ -158,7 +158,7 @@ FONS_DEF void fonsDrawDebug(FONScontext* s, float x, float y);
|
||||
|
||||
// Use FreeType on non-Windows systems
|
||||
#ifndef _WIN32
|
||||
#define FONS_USE_FREETYPE
|
||||
//#define FONS_USE_FREETYPE
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
@ -172,7 +172,7 @@ FONS_DEF void fonsDrawDebug(FONScontext* s, float x, float y);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#undef FONS_USE_FREETYPE
|
||||
//#undef FONS_USE_FREETYPE
|
||||
|
||||
//#define FONS_USE_FREETYPE 1
|
||||
|
||||
|
Reference in New Issue
Block a user