Changeset 1859 for trunk/include/win/monitor.h
- Timestamp:
- Nov 27, 1999, 3:15:42 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/monitor.h
r4 r1859 1 /* $Id: monitor.h,v 1. 1 1999-05-24 20:19:14 ktkExp $ */1 /* $Id: monitor.h,v 1.2 1999-11-27 14:15:42 cbratschi Exp $ */ 2 2 3 3 /* … … 9 9 #define __WINE_MONITOR_H 10 10 11 #include "windef.h"11 //#include "windef.h" 12 12 13 13 struct tagMONITOR_DRIVER; 14 14 15 typedef struct tagMONITOR 15 typedef struct tagMONITOR 16 16 { 17 17 void *pDriverData;
Note:
See TracChangeset
for help on using the changeset viewer.