22 lines
268 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#include <windows.h>
#include <winerror.h>
#include <setupx.h>
typedef char CHAR;
/*
* Resource String Names
*/
#define IDS_SETUPX_FILENAME 100
#define IDS_GENERIC_SETUPX_ERR 101
#define SMALL_BUF_LEN 48