Kore Update

This commit is contained in:
Gorochu
2026-06-09 12:45:01 -07:00
parent a2d5c9aea4
commit 7558d03739
371 changed files with 30188 additions and 7466 deletions

View File

@ -254,13 +254,13 @@ typedef struct tag_ObjectDesc {
// Returns the name defined in uuids.h as a string
typedef struct {
CHAR *szName;
const CHAR *szName;
GUID guid;
} GUID_STRING_ENTRY;
class CGuidNameList {
public:
CHAR *operator [] (const GUID& guid);
const CHAR *operator [] (const GUID& guid);
};
extern CGuidNameList GuidNames;