2025-04-27 07:49:33 -04:00

20 lines
301 B
Plaintext

/* - - - - - - - - */
#include <windows.h>
#include "handler.h"
#include "handler.rcv"
/*
* STRINGS
*/
STRINGTABLE MOVEABLE DISCARDABLE PRELOAD
BEGIN
IDS_CNVTERR "ACMCmprs: Cannot convert %s %s to %s %s, leaving unchanged."
IDS_ACMERR "ACM Error"
END
/* - - - - - - - - */