Skip to content

Commit 77ea506

Browse files
author
henrypp
committed
upd project sdk
1 parent 2c8b527 commit 77ea506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ VOID _app_loaddatabase (HWND hwnd)
432432
}
433433
}
434434

435-
if (!xml_node && (buffer = _r_loadresource (NULL, MAKEINTRESOURCE (1), RT_RCDATA, NULL)))
435+
if (!xml_node && (buffer = _r_res_loadresource (NULL, MAKEINTRESOURCE (1), RT_RCDATA, NULL)))
436436
xml_node = mxmlLoadString (NULL, buffer, MXML_OPAQUE_CALLBACK);
437437

438438
if (xml_node)

0 commit comments

Comments
 (0)