DynString_equal_c_str

This commit is contained in:
2026-07-15 14:33:05 +03:00
parent 7a98eb4dfb
commit 61c76abf89
6 changed files with 53 additions and 17 deletions

View File

@@ -30,8 +30,8 @@ typedef struct {
extern PltfWin32State pltf_state;
extern HMODULE opengl_module;
bool pltf_has_wgl_extension(const DynString* name);
bool pltf_has_wgl_extension_c_str(const char* name);
bool pltf_has_wgl_extension(const char* name);
// bool pltf_has_wgl_extension_c_str(const char* name);
unsigned int vk_to_pltf_key(WPARAM key);
#endif // PLTF_WIN32_INTERNAL_H_