You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
507 B
31 lines
507 B
#ifdef APSTUDIO_INVOKED
|
|
#error DO NOT EDIT THIS WITH MSVC!!
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#ifdef WIN32
|
|
#include <winver.h>
|
|
#endif
|
|
#include <rsrc.h>
|
|
#include "autodial.h"
|
|
#include "dialutil.h"
|
|
#include "..\inc\icwerr.h"
|
|
|
|
#define IDC_STATIC -1
|
|
|
|
ICO_APP ICON "world.ico"
|
|
|
|
|
|
RCINCLUDE strings.inc
|
|
#ifdef WIN32
|
|
RCINCLUDE progress.dlg
|
|
RCINCLUDE dialutil.inc
|
|
RCINCLUDE autodial.inc
|
|
#endif
|
|
RCINCLUDE ..\inc\icwerr.rc
|
|
RCINCLUDE launch.dlg
|
|
|
|
//
|
|
// Version stamp
|
|
//
|
|
RCINCLUDE isignup.rcv
|