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/winres.cpp

    r37 r120  
    1 /* $Id: winres.cpp,v 1.2 1999-06-06 12:25:49 cbratschi Exp $ */
    2 
    3 /*
    4  *
    5  * Project Odin Software License can be found in LICENSE.TXT
    6  *
    7  */
     1/* $Id: winres.cpp,v 1.3 1999-06-19 10:54:44 sandervl Exp $ */
     2
    83/*
    94 * Win32 resource class
    105 *
    116 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
     7 *
     8 *
     9 * Project Odin Software License can be found in LICENSE.TXT
    1210 *
    1311 */
     
    1715#define INCL_BITMAPFILEFORMAT
    1816#define INCL_DOSMODULEMGR
    19 #include <os2.h>
     17#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2018#include <stdarg.h>
    2119#ifdef __IBMCPP__
Note: See TracChangeset for help on using the changeset viewer.