Changeset 820 for trunk/include


Ignore:
Timestamp:
Sep 4, 1999, 9:24:19 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/windowsx.h

    r718 r820  
    1 /* $Id: windowsx.h,v 1.2 1999-08-28 07:36:39 sandervl Exp $ */
     1/* $Id: windowsx.h,v 1.3 1999-09-04 19:24:19 sandervl Exp $ */
    22
    33/* Copyright (C) 1999 Corel Corporation (Paul Quinn) */
     
    10961096/****** C runtime porting macros ****************************************/
    10971097
    1098 #if (__IBMC__ >= 400) || (__IBMCPP__ >= 360)
     1098#if (__IBMC__ >= 400) || (__IBMCPP__ >= 300)
    10991099   // defines already in compiler includes
    11001100#else
  • trunk/include/win32type.h

    r805 r820  
    1 /* $Id: win32type.h,v 1.18 1999-09-02 20:56:29 phaller Exp $ */
     1/* $Id: win32type.h,v 1.19 1999-09-04 19:20:44 sandervl Exp $ */
    22
    33/*
     
    323323#define HBRUSH  DWORD
    324324#define HMENU   DWORD
     325#define HFONT   DWORD
    325326#define WNDPROC DWORD
    326327#define DLGPROC DWORD
     
    363364
    364365
     366typedef struct tagSIZE
     367{
     368    INT  cx;
     369    INT  cy;
     370} SIZE, *PSIZE, *LPSIZE;
    365371
    366372/* The security attributes structure */
     
    550556
    551557
     558
    552559//@@@PH -----------------------------------------------------------------------
    553560#if 0
Note: See TracChangeset for help on using the changeset viewer.