Ignore:
Timestamp:
May 28, 2000, 6:40:24 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r3416 r3622  
    1 /* $Id: winconst.h,v 1.32 2000-04-18 11:09:53 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.33 2000-05-28 16:40:23 sandervl Exp $ */
    22
    33/*
     
    10151015
    10161016  /* biCompression */
    1017 #define BI_RGB           0
    1018 #define BI_RLE8          1
    1019 #define BI_RLE4          2
    1020 #define BI_BITFIELDS     3
     1017#define BI_RGB_W           0
     1018#define BI_RLE8_W          1
     1019#define BI_RLE4_W          2
     1020#define BI_BITFIELDS_W     3
    10211021
    10221022  /* Polygon modes */
     
    13301330#define HALFTONE_W             4
    13311331#define MAXSTRETCHBLTMODE_W    4
     1332
     1333    #define    NTRT_NEWRESOURCE      0x2000
     1334    #define    NTRT_ERROR            0x7fff
     1335    #define    NTRT_CURSOR           1
     1336    #define    NTRT_BITMAP           2
     1337    #define    NTRT_ICON             3
     1338    #define    NTRT_MENU             4
     1339    #define    NTRT_DIALOG           5
     1340    #define    NTRT_STRING           6
     1341    #define    NTRT_FONTDIR          7
     1342    #define    NTRT_FONT             8
     1343    #define    NTRT_ACCELERATORS     9
     1344    #define    NTRT_RCDATA           10
     1345    #define    NTRT_MESSAGETABLE     11
     1346    #define    NTRT_GROUP_CURSOR     12
     1347    #define    NTRT_GROUP_ICON       14
     1348    #define    NTRT_VERSION          16
     1349    #define    NTRT_NEWBITMAP        (NTRT_BITMAP|NTRT_NEWRESOURCE)
     1350    #define    NTRT_NEWMENU          (NTRT_MENU|NTRT_NEWRESOURCE)
     1351    #define    NTRT_NEWDIALOG        (NTRT_DIALOG|NTRT_NEWRESOURCE)
Note: See TracChangeset for help on using the changeset viewer.