Ignore:
Timestamp:
Jun 19, 1999, 12:54:48 PM (26 years ago)
Author:
sandervl
Message:

Include os2wrap.h instead of os2.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/initterm.cpp

    r100 r120  
    1 /* $Id: initterm.cpp,v 1.2 1999-06-10 20:47:59 phaller Exp $ */
     1/* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:41 sandervl Exp $ */
    22
    33/*
     
    2828#define  INCL_DOSMISC
    2929#define  INCL_DOSPROCESS
    30 #include <os2.h>
     30#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    3131#include <stdlib.h>
    3232#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.