win_opengl: Add loading shaders from a file and few common uniforms.
plat.h,win.c: Add missing const
This commit is contained in:
@@ -775,7 +775,7 @@ plat_get_extension(char *s)
|
||||
|
||||
|
||||
void
|
||||
plat_append_filename(char *dest, char *s1, char *s2)
|
||||
plat_append_filename(char *dest, const char *s1, const char *s2)
|
||||
{
|
||||
strcpy(dest, s1);
|
||||
plat_path_slash(dest);
|
||||
|
||||
Reference in New Issue
Block a user