Ignore:
Timestamp:
May 12, 2000, 8:04:12 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/queue.h

    r4 r3522  
    1 /* $Id: queue.h,v 1.1 1999-05-24 20:19:18 ktk Exp $ */
     1/* $Id: queue.h,v 1.2 2000-05-12 18:04:11 sandervl Exp $ */
    22
    33/*
     
    1313#include "winuser.h"
    1414#include "thread.h"
    15 
    16 
    17   /* Message as stored in the queue (contains the extraInfo field) */
    18 typedef struct tagQMSG
    19 {
    20     MSG   msg;
    21     DWORD   extraInfo;  /* Only in 3.1 */
    22    
    23     struct tagQMSG *nextMsg;
    24     struct tagQMSG *prevMsg;
    25 } QMSG;
    2615
    2716
Note: See TracChangeset for help on using the changeset viewer.