Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

38 lines
982 B

/******************************************************************************
Copyright (c) Maynard, an Archive Company. 1991
GSH
Name: cursors.h
Description: This file contains the CURSOR IDs for the Maynstream GUI
project.
$Log: G:/UI/LOGFILES/CURSORS.H_V $
Rev 1.2 04 Oct 1992 19:46:28 DAVEV
UNICODE AWK PASS
Rev 1.1 26 Mar 1992 08:53:08 GLENN
Added new pen.
Rev 1.0 20 Nov 1991 19:36:04 SYSTEM
Initial revision.
******************************************************************************/
// CURSOR RESOURCE IDs
// Windows Internal Cursors.
#define IDRC_ARROW IDC_ARROW
#define IDRC_WAIT IDC_WAIT
#define IDRC_IBEAM IDC_IBEAM
// GUI Subsystem Cursors. -- RANGE: 21 - 30
#define IDRC_PEN ID(21)
#define IDRC_HAND ID(22)
#define IDRC_HSLIDER ID(23)
#define IDRC_HELP ID(24)
#define IDRC_PEN2 ID(25)