Mon Sep 13 05:00:11 1993 Eric Youngdale * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c] [loader/wine.c] [tools/build.c] Added ability to generate missing functions statistics. Mon Sep 13 12:09:47 1993 Scott A. Laird (scott@curly) * [WIN31-APPLETS] Added new file. * [if1632/kernel.spec] Added definitions for GetProfile{Int,String} and SetHandleCount. * [if1632/keyboard.spec] Created interface specification for Keyboard driver DLL. * [if1632/relay.c] Added keyboard.dll to list of included DLLs. * [if1632/user.spec] Added LoadAccelerators definition. * [loader/resource.c] Added LoadAccelerators stub. * [misc/file.c] Changed OpenFile, and added SetHandleCount (for winfile.exe) * [misc/keyboard.c] Added keyboard code. * [misc/profile.c] [misc/xt.c] Moved GetPrivateProfile* commands here, and added GetProfile* commands. Mon Sep 13 10:24:37 1993 Andrew Bulhak * [windows/utility.c] Implemented MulDiv(), OutputDebugString() and wvsprintf() Fri Sep 10 09:13:30 1993 John Brezak * [*/Makefile] Created patch to allow BSD make to build wine. * [windows/win.c] Fixed NULL pointer reference. * [windows/message.c] [misc/xt.c] Defined HZ to handle system specific timing. * [windows/graphics.c] Use M_PI is PI * [objects/pallete.c] NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX. * [dump.c] [ldt.c] [wine.c] ifdef'ed linux headers for linux compile. * [loader/ldtlib.c] Add NetBSD system calls when compiled on that system. * [loader/selector.c] Use mmap(MAP_ANON, ...) for NetBSD. * [if1632/call.S] Fixed selector assumptions. Thu Sep 9 20:01:37 1993 David Metcalfe * [controls/WinButton*] [controls/button.c] [controls/widget.c] [windows/win.c] [windows/class.c] Added 3D button control and tied into CreateWindow() Thu Sep 9 07:35:24 1993 Scott Laird * [if1632/sound.spec] Created interface specification for SOUND DLL. * [if1632/win87em.spec] Added more functions to the WIN87EM DLL interface specification * [misc/emulate.c] Created stubs for the new math emulation functions. * [misc/sound.c] Created stubs for the SOUND DLL. Sun Sep 5 21:02:10 1993 John Burton * [if1632/kernel.spec] Added interface specifications for OpenFile, _lclose, _lread, _lopen, and _lwrite. * [include/windows.h] Added OF_ macros * [misc/file.c] Implemented OpenFile, _lclose, _lread, _lopen and _lwrite. Fri Sep 3 18:47:03 1993 Alexandre Julliard * [windows/dc.c] Bug fix * [objects/text.c] Bug fix Fri Sep 3 18:47:03 1993 Bob Amstadt * [objects/linedda.c] Finished LineDDA().
87 lines
4.3 KiB
Ruby
87 lines
4.3 KiB
Ruby
# $Id: user.spec,v 1.3 1993/07/04 04:04:21 root Exp root $
|
|
#
|
|
name user
|
|
id 2
|
|
length 540
|
|
|
|
1 pascal MessageBox(word ptr ptr word) MessageBox(1 2 3 4)
|
|
5 pascal InitApp(word) USER_InitApp(1)
|
|
6 pascal PostQuitMessage(word) PostQuitMessage(1)
|
|
10 pascal SetTimer(word word word ptr) SetTimer(1 2 3 4)
|
|
11 pascal SetSystemTimer(word word word ptr) SetSystemTimer(1 2 3 4)
|
|
12 pascal KillTimer(word word) KillTimer(1 2)
|
|
13 pascal GetTickCount() GetTickCount()
|
|
14 return GetTimerResolution 0 1000
|
|
15 pascal GetCurrentTime() GetTickCount()
|
|
18 pascal SetCapture(word) SetCapture(1)
|
|
19 pascal ReleaseCapture() ReleaseCapture()
|
|
31 pascal IsIconic(word) IsIconic(1)
|
|
33 pascal GetClientRect(word ptr) GetClientRect(1 2)
|
|
39 pascal BeginPaint(word ptr) BeginPaint(1 2)
|
|
40 pascal EndPaint(word ptr) EndPaint(1 2)
|
|
41 pascal CreateWindow(ptr ptr long s_word s_word s_word s_word word word word ptr)
|
|
CreateWindow(1 2 3 4 5 6 7 8 9 10 11)
|
|
42 pascal ShowWindow(word word) ShowWindow(1 2)
|
|
53 pascal DestroyWindow(word) DestroyWindow(1)
|
|
57 pascal RegisterClass(ptr) RegisterClass(1)
|
|
66 pascal GetDC(word) GetDC(1)
|
|
68 pascal ReleaseDC(word word) ReleaseDC(1 2)
|
|
72 pascal SetRect(ptr s_word s_word s_word s_word) SetRect(1 2 3 4 5)
|
|
73 pascal SetRectEmpty(ptr) SetRectEmpty(1)
|
|
74 pascal CopyRect(ptr ptr) CopyRect(1 2)
|
|
75 pascal IsRectEmpty(ptr) IsRectEmpty(1)
|
|
76 pascal PtInRect(ptr long) PtInRect(1 2)
|
|
77 pascal OffsetRect(ptr s_word s_word) OffsetRect(1 2 3)
|
|
78 pascal InflateRect(ptr s_word s_word) InflateRect(1 2 3)
|
|
79 pascal IntersectRect(ptr ptr ptr) IntersectRect(1 2 3)
|
|
80 pascal UnionRect(ptr ptr ptr) UnionRect(1 2 3)
|
|
81 pascal FillRect(word ptr word) FillRect(1 2 3)
|
|
82 pascal InvertRect(word ptr) InvertRect(1 2)
|
|
85 pascal DrawText(word ptr s_word ptr word) DrawText(1 2 3 4 5)
|
|
102 pascal AdjustWindowRect(ptr long word) AdjustWindowRect(1 2 3)
|
|
104 pascal MessageBeep(word) MessageBeep(1)
|
|
106 pascal GetKeyState(word) GetKeyState(1)
|
|
107 pascal DefWindowProc(word word word long) DefWindowProc(1 2 3 4)
|
|
108 pascal GetMessage(ptr word word word) GetMessage(1 2 3 4)
|
|
109 pascal PeekMessage(ptr word word word word) PeekMessage(1 2 3 4 5)
|
|
110 pascal PostMessage(word word word long) PostMessage(1 2 3 4)
|
|
111 pascal SendMessage(word word word long) SendMessage(1 2 3 4)
|
|
113 pascal TranslateMessage(ptr) TranslateMessage(1)
|
|
114 pascal DispatchMessage(ptr) DispatchMessage(1)
|
|
118 pascal RegisterWindowMessage(ptr) RegisterWindowMessage(1)
|
|
119 pascal GetMessagePos() GetMessagePos()
|
|
120 pascal GetMessageTime() GetMessageTime()
|
|
124 pascal UpdateWindow(word) UpdateWindow(1)
|
|
125 pascal InvalidateRect(word ptr word) InvalidateRect(1 2 3)
|
|
126 pascal InvalidateRgn(word word word) InvalidateRgn(1 2 3)
|
|
127 pascal ValidateRect(word ptr) ValidateRect(1 2)
|
|
128 pascal ValidateRgn(word word) ValidateRgn(1 2)
|
|
129 pascal GetClassWord(word s_word) GetClassWord(1 2)
|
|
130 pascal SetClassWord(word s_word word) SetClassWord(1 2 3)
|
|
131 pascal GetClassLong(word s_word) GetClassLong(1 2)
|
|
132 pascal SetClassLong(word s_word long) SetClassLong(1 2 3)
|
|
150 pascal LoadMenu(word ptr) LoadMenu(1 2)
|
|
151 pascal CreateMenu() CreateMenu()
|
|
154 pascal CheckMenu(word word word) CheckMenu(1 2 3)
|
|
157 pascal GetMenu(word) GetMenu(1)
|
|
158 pascal SetMenu(word word) SetMenu(1 2)
|
|
173 pascal LoadCursor(word ptr) LoadCursor(1 2)
|
|
174 pascal LoadIcon(word ptr) LoadIcon(1 2)
|
|
175 pascal LoadBitmap(word ptr) LoadBitmap(1 2)
|
|
176 pascal LoadString(word word ptr s_word) LoadString(1 2 3 4)
|
|
179 pascal GetSystemMetrics(word) GetSystemMetrics(1)
|
|
182 pascal KillSystemTimer(word word) KillSystemTimer(1 2)
|
|
190 pascal GetUpdateRect(word ptr word) GetUpdateRect(1 2 3)
|
|
237 pascal GetUpdateRgn(word word word) GetUpdateRgn(1 2 3)
|
|
244 pascal EqualRect(ptr ptr) EqualRect(1 2)
|
|
266 pascal SetMessageQueue(word) SetMessageQueue(1)
|
|
288 pascal GetMessageExtraInfo() GetMessageExtraInfo()
|
|
324 pascal FillWindow(word word word word) FillWindow(1 2 3 4)
|
|
325 pascal PaintRect(word word word word ptr) PaintRect(1 2 3 4 5)
|
|
334 pascal GetQueueStatus(word) GetQueueStatus(1)
|
|
335 pascal GetInputState() GetInputState()
|
|
373 pascal SubtractRect(ptr ptr ptr) SubtractRect(1 2 3)
|
|
403 pascal UnregisterClass(ptr word) UnregisterClass(1 2)
|
|
411 pascal AppendMenu(word word word ptr) AppendMenu(1 2 3 4)
|
|
177 pascal LoadAccelerators(word ptr) LoadAccelerators(1 2)
|
|
421 pascal wvsprintf(ptr ptr ptr) wvsprintf(1 2 3)
|