mirror of
https://git.wuffs.org/MWCC
synced 2025-12-20 18:29:27 +00:00
finish CLMain.c
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "mwcc_decomp.h"
|
||||
|
||||
int RegisterResource(const char *name, SInt16 rsrcid, Handle list) {
|
||||
int RegisterResource(const char *name, SInt16 rsrcid, const char **list) {
|
||||
Handle h;
|
||||
|
||||
if (list == 0) {
|
||||
|
||||
Reference in New Issue
Block a user