mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-13 07:01:32 +00:00
This is a thin wrapper around the Win32 API used in the Win32 Updater Dialog implementation.
21 lines
505 B
C
21 lines
505 B
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft eMbedded Visual C++ generated include file.
|
|
//
|
|
|
|
// include the Resource IDs defined by Win32++
|
|
#include "default_resource.h"
|
|
|
|
// String resource ID
|
|
#define IDS_HELLO 100
|
|
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 201
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1001
|
|
#define _APS_NEXT_SYMED_VALUE 201
|
|
#endif
|
|
#endif
|