Ignore:
Timestamp:
Sep 20, 2000, 11:32:58 PM (25 years ago)
Author:
hugh
Message:

Implemented Serial APIs

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 sandervl Exp $ */
     1/* $Id: OS2WIN.H,v 1.9 2000-09-20 21:32:56 hugh Exp $ */
    22#ifndef _OS2WIN_H
    3 #define _OS2WIN_H
     3  #define _OS2WIN_H
    44
    55#ifdef OS2_INCLUDED
    6 #include <win32type.h>
     6  #include <win32type.h>
    77#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>
    1818#endif
    1919
Note: See TracChangeset for help on using the changeset viewer.