Ignore:
Timestamp:
Jun 11, 2002, 6:36:06 PM (23 years ago)
Author:
sandervl
Message:

shorter polling delay + time critical poll thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmcomm.h

    r7564 r8647  
    1 /* $Id: hmcomm.h,v 1.13 2001-12-07 11:28:10 sandervl Exp $ */
     1/* $Id: hmcomm.h,v 1.14 2002-06-11 16:36:06 sandervl Exp $ */
    22
    33/*
     
    1515#include <handlemanager.h>
    1616#include "hmdevice.h"
    17 #include "overlappedio.h"
     17#include <overlappedio.h>
    1818
    1919#define MAX_COMPORTS        8
    2020#define MAGIC_COM           0x12abcd34
    2121
    22 #define TIMEOUT_COMM        50
     22#define TIMEOUT_COMM        10
    2323
    2424typedef struct
Note: See TracChangeset for help on using the changeset viewer.