Changeset 4285 for trunk/include/OS2WIN.H
- Timestamp:
- Sep 20, 2000, 11:32:58 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/OS2WIN.H
r2694 r4285 1 /* $Id: OS2WIN.H,v 1. 8 2000-02-09 13:40:21 sandervlExp $ */1 /* $Id: OS2WIN.H,v 1.9 2000-09-20 21:32:56 hugh Exp $ */ 2 2 #ifndef _OS2WIN_H 3 #define _OS2WIN_H3 #define _OS2WIN_H 4 4 5 5 #ifdef OS2_INCLUDED 6 #include <win32type.h>6 #include <win32type.h> 7 7 #else 8 #include <odin.h>9 10 #include <windef.h>11 #include <winbase.h>12 #include <wingdi.h>13 #include <winuser.h>14 #include <winerror.h>15 #include <commdlg.h>16 #include <ddeml.h>17 #include <mmsystem.h>8 #include <odin.h> 9 10 #include <windef.h> 11 #include <winbase.h> 12 #include <wingdi.h> 13 #include <winuser.h> 14 #include <winerror.h> 15 #include <commdlg.h> 16 #include <ddeml.h> 17 #include <mmsystem.h> 18 18 #endif 19 19
Note:
See TracChangeset
for help on using the changeset viewer.