Ignore:
Timestamp:
Sep 12, 1999, 2:26:27 AM (26 years ago)
Author:
bird
Message:

Changes required to make it all compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/dialog.cpp

    r847 r909  
    1 /* $Id: dialog.cpp,v 1.1 1999-09-06 02:20:04 bird Exp $ */
     1/* $Id: dialog.cpp,v 1.2 1999-09-12 00:26:27 bird Exp $ */
    22
    33/*
     
    6161static int  ConvertDlgStyle(int style);
    6262static int  ConvertDlgItemStyle(int style);
    63 static int ConvertCaption(ULONG style, char *caption);
    64 static int ConvertFont(char *font, PRESPARAMS *dlgpparam, int fsize);
     63static BOOL ConvertCaption(ULONG style, char *caption);
     64static BOOL ConvertFont(char *font, PRESPARAMS *dlgpparam, int fsize);
    6565
    6666#ifndef DIALOG_USER32
Note: See TracChangeset for help on using the changeset viewer.