Changeset 12684


Ignore:
Timestamp:
Dec 17, 1999, 6:25:28 PM (25 years ago)
Author:
sandervl
Message:

compile fixes

Location:
tags/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/include/misc.h

    r12646 r12684  
    1 /* $Id: misc.h,v 1.12 1999-12-12 14:31:29 sandervl Exp $ */
     1/* $Id: misc.h,v 1.13 1999-12-17 17:25:28 sandervl Exp $ */
    22
    33/*
     
    1010#define __MISC_H__
    1111
    12 #ifndef _OS2WIN_H
     12#if !defined(_OS2WIN_H) && !defined(__INCLUDE_WINUSER_H) && !defined(__WINE_WINBASE_H)
    1313  #include <win32type.h>
    1414#endif
  • TabularUnified tags/trunk/include/win32type.h

    r12678 r12684  
    1 /* $Id: win32type.h,v 1.29 1999-12-17 16:55:12 sandervl Exp $ */
     1/* $Id: win32type.h,v 1.30 1999-12-17 17:25:28 sandervl Exp $ */
    22
    33/*
     
    1212
    1313
    14 #ifndef __WIN32TYPE_H__
     14#if !defined(__WIN32TYPE_H__) && !defined(_OS2WIN_H) && !defined(__INCLUDE_WINUSER_H) && !defined(__WINE_WINBASE_H)
    1515#define __WIN32TYPE_H__
    1616
  • TabularUnified tags/trunk/src/kernel32/hmdevice.cpp

    r12638 r12684  
    1 /* $Id: hmdevice.cpp,v 1.12 1999-12-10 14:06:11 sandervl Exp $ */
     1/* $Id: hmdevice.cpp,v 1.13 1999-12-17 17:25:10 sandervl Exp $ */
    22
    33/*
     
    2020#include <odin.h>
    2121#include <os2win.h>
    22 #include <win32type.h>
    2322#include <misc.h>
    2423#include "HandleManager.h"
  • TabularUnified tags/trunk/src/user32/wsprintf.cpp

    r12396 r12684  
    1 /* $Id: wsprintf.cpp,v 1.2 1999-11-22 20:33:25 sandervl Exp $ */
     1/* $Id: wsprintf.cpp,v 1.3 1999-12-17 17:24:52 sandervl Exp $ */
    22
    33/*
     
    1919#include <odinwrap.h>
    2020#include <os2sel.h>
     21#include <os2win.h>
    2122
    2223#include <stdarg.h>
    2324#include <string.h>
    24 #include "wine/winbase16.h"
    25 #include "winuser.h"
    26 //#include "ldt.h"
    2725#include "stackframe.h"
    2826#include "module.h"
Note: See TracChangeset for help on using the changeset viewer.