Changeset 5472 for trunk/src/user32


Ignore:
Timestamp:
Apr 4, 2001, 11:05:50 AM (24 years ago)
Author:
sandervl
Message:

compile fix

Location:
trunk/src/user32
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/clipboard.cpp

    r4599 r5472  
    1 /* $Id: clipboard.cpp,v 1.9 2000-11-15 20:30:45 sandervl Exp $ */
     1/* $Id: clipboard.cpp,v 1.10 2001-04-04 09:01:24 sandervl Exp $ */
    22
    33/*
     
    1717#include <os2win.h>
    1818#include "win32wbase.h"
     19#include <unicode.h>
    1920
    2021#define DBG_LOCALLOG    DBG_clipboard
  • trunk/src/user32/dde.cpp

    r5391 r5472  
    1 /* $Id: dde.cpp,v 1.11 2001-03-28 16:20:32 sandervl Exp $ */
     1/* $Id: dde.cpp,v 1.12 2001-04-04 09:01:24 sandervl Exp $ */
    22
    33/*
     
    1212#include <os2win.h>
    1313#include <misc.h>
     14#include <unicode.h>
     15
    1416#define DBG_LOCALLOG    DBG_dde
    1517#include "dbglocal.h"
  • trunk/src/user32/user32.h

    r2469 r5472  
    1 /* $Id: user32.h,v 1.8 2000-01-18 20:08:16 sandervl Exp $ */
     1/* $Id: user32.h,v 1.9 2001-04-04 09:01:25 sandervl Exp $ */
    22
    33/*****************************************************************************
     
    1414#include <stdlib.h>
    1515#include <string.h>
     16#include <unicode.h>
    1617
    1718inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw)
  • trunk/src/user32/win32class.cpp

    r5242 r5472  
    1 /* $Id: win32class.cpp,v 1.23 2001-02-22 10:37:30 sandervl Exp $ */
     1/* $Id: win32class.cpp,v 1.24 2001-04-04 09:01:25 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    2424#include <win32wnd.h>
    2525#include <win\winproc.h>
     26#include <unicode.h>
    2627
    2728#define DBG_LOCALLOG    DBG_win32class
  • trunk/src/user32/windowclass.cpp

    r5429 r5472  
    1 /* $Id: windowclass.cpp,v 1.19 2001-04-01 22:13:28 sandervl Exp $ */
     1/* $Id: windowclass.cpp,v 1.20 2001-04-04 09:01:25 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Code for OS/2
     
    1717#include <assert.h>
    1818#include <misc.h>
     19#include <unicode.h>
    1920#include <win32class.h>
    2021#include <win32wbase.h>
Note: See TracChangeset for help on using the changeset viewer.