Changeset 8647 for trunk/src/kernel32/hmcomm.h
- Timestamp:
- Jun 11, 2002, 6:36:06 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmcomm.h
r7564 r8647 1 /* $Id: hmcomm.h,v 1.1 3 2001-12-07 11:28:10sandervl Exp $ */1 /* $Id: hmcomm.h,v 1.14 2002-06-11 16:36:06 sandervl Exp $ */ 2 2 3 3 /* … … 15 15 #include <handlemanager.h> 16 16 #include "hmdevice.h" 17 #include "overlappedio.h"17 #include <overlappedio.h> 18 18 19 19 #define MAX_COMPORTS 8 20 20 #define MAGIC_COM 0x12abcd34 21 21 22 #define TIMEOUT_COMM 5022 #define TIMEOUT_COMM 10 23 23 24 24 typedef struct
Note:
See TracChangeset
for help on using the changeset viewer.