15 lines
319 B
C
15 lines
319 B
C
// resource.h
|
|
//
|
|
// Copyright (c) 1997 Microsoft Corporation
|
|
//
|
|
// Resource IDs for the fax migration DLL.
|
|
//
|
|
// Author:
|
|
// Brian Dewey (t-briand) 1997-8-19
|
|
|
|
#define MSG_VI_COMPANY_NAME 203
|
|
#define MSG_VI_SUPPORT_NUMBER 204
|
|
#define MSG_VI_SUPPORT_URL 205
|
|
#define MSG_VI_INSTRUCTIONS 206
|
|
|