Changeset 3101 for trunk/src/kernel32


Ignore:
Timestamp:
Mar 13, 2000, 2:11:46 PM (25 years ago)
Author:
sandervl
Message:

replaced os2.h includes by os2wrap.h

Location:
trunk/src/kernel32
Files:
2 edited

Legend:

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

    r2802 r3101  
    1 /* $Id: cvtcursorgrp.cpp,v 1.8 2000-02-16 14:25:37 sandervl Exp $ */
     1/* $Id: cvtcursorgrp.cpp,v 1.9 2000-03-13 13:10:09 sandervl Exp $ */
    22
    33/*
     
    1717#define INCL_DOSMISC             /* DOS Miscellanous values  */
    1818#define INCL_WIN
    19 #include <os2.h>
     19#include <os2wrap.h>
    2020#include <stdio.h>
    2121#include <string.h>
  • trunk/src/kernel32/oslibdebug.cpp

    r2803 r3101  
    1 /* $Id: oslibdebug.cpp,v 1.2 2000-02-16 14:25:44 sandervl Exp $ */
     1/* $Id: oslibdebug.cpp,v 1.3 2000-03-13 13:10:10 sandervl Exp $ */
    22
    33/*
     
    1717#define INCL_DOSEXCEPTIONS
    1818#define INCL_DOSERRORS
    19 #include <os2.h>
     19#include <os2wrap.h>
    2020#include <process.h>
    2121#include <os2sel.h>
Note: See TracChangeset for help on using the changeset viewer.