Changeset 909 for trunk/src/win32k/pe2lx/dialog.cpp
- Timestamp:
- Sep 12, 1999, 2:26:27 AM (26 years ago)
- 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:04bird Exp $ */1 /* $Id: dialog.cpp,v 1.2 1999-09-12 00:26:27 bird Exp $ */ 2 2 3 3 /* … … 61 61 static int ConvertDlgStyle(int style); 62 62 static int ConvertDlgItemStyle(int style); 63 static intConvertCaption(ULONG style, char *caption);64 static intConvertFont(char *font, PRESPARAMS *dlgpparam, int fsize);63 static BOOL ConvertCaption(ULONG style, char *caption); 64 static BOOL ConvertFont(char *font, PRESPARAMS *dlgpparam, int fsize); 65 65 66 66 #ifndef DIALOG_USER32
Note:
See TracChangeset
for help on using the changeset viewer.