Changeset 120 for trunk/src/user32


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

Include os2wrap.h instead of os2.h

Location:
trunk/src/user32
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/Makefile

    r96 r120  
    1 # $Id: Makefile,v 1.3 1999-06-10 16:50:35 phaller Exp $
     1# $Id: Makefile,v 1.4 1999-06-19 10:54:46 sandervl Exp $
    22
    33#
     
    4343user32.obj: user32.cpp $(PDWIN32_INCLUDE)\wndproc.h \
    4444            $(PDWIN32_INCLUDE)\wndclass.h wndsubproc.h icon.h syscolor.h
    45 resstring.obj: resstring.c resstring.h
     45resstring.obj: resstring.cpp resstring.h
    4646char.obj: char.cpp user32.h
    4747loadres.obj: loadres.cpp user32.h
  • trunk/src/user32/SYSCLR.CPP

    r109 r120  
    1 /* $Id: SYSCLR.CPP,v 1.4 1999-06-16 15:29:27 cbratschi Exp $ */
     1/* $Id: SYSCLR.CPP,v 1.5 1999-06-19 10:54:46 sandervl Exp $ */
    22
    33/*
     
    1212 */
    1313#define INCL_WINSYS
    14 #include <os2.h>
     14#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1515#include "os2native.h"
    1616#include "misc.h"
  • trunk/src/user32/dlgconvert.cpp

    r112 r120  
    1 /* $Id: dlgconvert.cpp,v 1.4 1999-06-17 18:22:43 phaller Exp $ */
     1/* $Id: dlgconvert.cpp,v 1.5 1999-06-19 10:54:46 sandervl Exp $ */
    22
    33/*
     
    1717#define INCL_DOSMISC             /* DOS Miscellanous values  */
    1818#define INCL_WIN
    19 #include <os2.h>
     19#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2020#include <stdio.h>
    2121#include <string.h>
  • trunk/src/user32/icon.cpp

    r96 r120  
    1 /* $Id: icon.cpp,v 1.3 1999-06-10 16:50:39 phaller Exp $ */
     1/* $Id: icon.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */
    22
    33/*
     
    1919#define INCL_DOSMISC             /* DOS Miscellanous values  */
    2020#define INCL_WIN
    21 #include <os2.h>
     21#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2222#include <stdio.h>
    2323#include <string.h>
  • trunk/src/user32/initterm.cpp

    r96 r120  
    1 /* $Id: initterm.cpp,v 1.2 1999-06-10 16:50:39 phaller Exp $ */
     1/* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:47 sandervl Exp $ */
    22
    33/*
     
    2727#define  INCL_DOSMODULEMGR
    2828#define  INCL_DOSPROCESS
    29 #include <os2.h>
     29#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    3030#include <stdlib.h>
    3131#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.