Ignore:
Timestamp:
Nov 26, 2000, 2:36:53 PM (25 years ago)
Author:
bird
Message:

Added support for updating config.sys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/utils/Win32kCC.h

    r4178 r4702  
    1 /* $Id: Win32kCC.h,v 1.3 2000-09-03 23:53:19 bird Exp $
     1/* $Id: Win32kCC.h,v 1.4 2000-11-26 13:36:53 bird Exp $
    22 *
    33 *
     
    1717#define PB_APPLY                    0xfffe
    1818#define PB_REFRESH                  0xfffd
     19#define PB_UPD_CONFIGSYS            0xfffc
    1920
    2021
     
    3132#define  IDS_ERR_NO_PE_RADIOBUTTON      8
    3233#define  IDS_ERR_INVALID_INFOLEVEL      9
    33 #define  IDS_ERR_INVALID_MAXHEAPSIZE   10
    34 #define  IDS_ERR_SETPOPTIONS           11
     34#define  IDS_ERR_INVALID_MAXHEAPSIZE    10
     35#define  IDS_ERR_SETPOPTIONS            11
     36#define  IDS_ERR_FOPEN_FAILED           12
     37#define  IDS_FSIZE_FAILED               13
     38#define  IDS_MALLOC_FAILED              14
     39#define  IDS_FWRITE_FAILED              15
     40
    3541
    3642/*
    3743 * Message IDs.
    3844 */
    39 #define  IDM_INFO_DIRTY             1
     45#define  IDM_INFO_DIRTY                 1
     46#define  IDM_CONFIGSYS_UPDATED          2
    4047
    4148
Note: See TracChangeset for help on using the changeset viewer.