Annotation of os232sdk/toolkt20/c/samples/semaph/sem_pnt.h, revision 1.1

1.1     ! root        1: #define UNOWNED  -1
        !             2: #define NUMUSERS 8
        !             3: #define MAXUSERS 16
        !             4: #define CNT_SQUARES_EDGE    8
        !             5: #define MAXRESOURCES        (CNT_SQUARES_EDGE*CNT_SQUARES_EDGE)
        !             6: #define CNT_POINTS_EDGE (CNT_SQUARES_EDGE+1)
        !             7: #define DIRTY   1
        !             8: #define CNT_SZHITS  5
        !             9: typedef struct _sq {           /* square */
        !            10:     RECTL  rcl;
        !            11:     HEV    hev;
        !            12:     USHORT usOwner;
        !            13:     } SQ;
        !            14: 
        !            15: extern SQ aSquares[MAXRESOURCES] ;
        !            16: extern USHORT   cNumUsers;
        !            17: extern ULONG clrBackground;
        !            18: extern ULONG clrForeground;
        !            19: extern LONG aX [9];
        !            20: extern LONG aY [9];
        !            21: extern LONG colors[MAXUSERS];
        !            22: extern LONG clrText[MAXUSERS];
        !            23: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.