[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    documentation update
From:       Patrik Stridvall <ps () leissner ! se>
Date:       2001-04-26 17:45:48
[Download RAW message or body]

*** documentation-winedos

* dlls/winedos/dosvm.c,
  dlls/winedos/module.c:
Added documentation.

*** documentation-name

* controls/desktop.c,
  controls/edit.c,
  controls/menu.c,
  controls/scroll.c,
  controls/uitools.c,
  dlls/kernel/kernel.spec,
  dlls/win32s/win32s16.spec,
  scheduler/process.c,
  scheduler/syslevel.c,
  win32/file.c,
  windows/mdi.c:
Documentation name fixes.


["documentation-name.diff" (application/octet-stream)]

Index: wine/controls/desktop.c
===================================================================
RCS file: /home/wine/wine/controls/desktop.c,v
retrieving revision 1.20
diff -u -u -r1.20 desktop.c
--- wine/controls/desktop.c	2001/01/25 22:22:21	1.20
+++ wine/controls/desktop.c	2001/04/26 18:40:32
@@ -234,7 +234,7 @@
 }
 
 /***********************************************************************
- *           SetDeskPattern   (USER.279)
+ *           OldSetDeskPattern   (USER.279)
  */
 BOOL16 WINAPI SetDeskPattern(void)
 {
@@ -245,7 +245,7 @@
 
 
 /***********************************************************************
- *           SetDeskWallPaper16   (USER.285)
+ *           SetDeskWallPaper   (USER.285)
  */
 BOOL16 WINAPI SetDeskWallPaper16( LPCSTR filename )
 {
Index: wine/controls/edit.c
===================================================================
RCS file: /home/wine/wine/controls/edit.c,v
retrieving revision 1.79
diff -u -u -r1.79 edit.c
--- wine/controls/edit.c	2001/04/16 19:32:05	1.79
+++ wine/controls/edit.c	2001/04/26 18:40:37
@@ -1116,7 +1116,7 @@
 
 /*********************************************************************
  *
- *	EditWndProcA   (USER32.@)
+ *	EditWndProc   (USER32.@)
  */
 LRESULT WINAPI EditWndProcA(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 {
Index: wine/controls/menu.c
===================================================================
RCS file: /home/wine/wine/controls/menu.c,v
retrieving revision 1.112
diff -u -u -r1.112 menu.c
--- wine/controls/menu.c	2001/04/12 21:09:03	1.112
+++ wine/controls/menu.c	2001/04/26 18:40:41
@@ -3129,7 +3129,7 @@
 
 
 /**********************************************************************
- *           TrackPopupMenu16   (USER.416)
+ *           TrackPopupMenu   (USER.416)
  */
 BOOL16 WINAPI TrackPopupMenu16( HMENU16 hMenu, UINT16 wFlags, INT16 x, INT16 y,
                            INT16 nReserved, HWND16 hWnd, const RECT16 *lpRect )
@@ -3297,7 +3297,7 @@
 
 
 /*******************************************************************
- *         ChangeMenu16    (USER.153)
+ *         ChangeMenu    (USER.153)
  */
 BOOL16 WINAPI ChangeMenu16( HMENU16 hMenu, UINT16 pos, SEGPTR data,
                             UINT16 id, UINT16 flags )
@@ -3365,7 +3365,7 @@
 
 
 /*******************************************************************
- *         CheckMenuItem16    (USER.154)
+ *         CheckMenuItem    (USER.154)
  */
 BOOL16 WINAPI CheckMenuItem16( HMENU16 hMenu, UINT16 id, UINT16 flags )
 {
@@ -3391,7 +3391,7 @@
 
 
 /**********************************************************************
- *         EnableMenuItem16    (USER.155)
+ *         EnableMenuItem    (USER.155)
  */
 UINT16 WINAPI EnableMenuItem16( HMENU16 hMenu, UINT16 wItemID, UINT16 wFlags )
 {
@@ -3444,7 +3444,7 @@
 
 
 /*******************************************************************
- *         GetMenuString16    (USER.161)
+ *         GetMenuString    (USER.161)
  */
 INT16 WINAPI GetMenuString16( HMENU16 hMenu, UINT16 wItemID,
                               LPSTR str, INT16 nMaxSiz, UINT16 wFlags )
@@ -3498,7 +3498,7 @@
 
 
 /**********************************************************************
- *         HiliteMenuItem16    (USER.162)
+ *         HiliteMenuItem    (USER.162)
  */
 BOOL16 WINAPI HiliteMenuItem16( HWND16 hWnd, HMENU16 hMenu, UINT16 wItemID,
                                 UINT16 wHilite )
@@ -3526,7 +3526,7 @@
 
 
 /**********************************************************************
- *         GetMenuState16    (USER.250)
+ *         GetMenuState    (USER.250)
  */
 UINT16 WINAPI GetMenuState16( HMENU16 hMenu, UINT16 wItemID, UINT16 wFlags )
 {
@@ -3561,7 +3561,7 @@
 
 
 /**********************************************************************
- *         GetMenuItemCount16    (USER.263)
+ *         GetMenuItemCount    (USER.263)
  */
 INT16 WINAPI GetMenuItemCount16( HMENU16 hMenu )
 {
@@ -3586,7 +3586,7 @@
 }
 
 /**********************************************************************
- *         GetMenuItemID16    (USER.264)
+ *         GetMenuItemID    (USER.264)
  */
 UINT16 WINAPI GetMenuItemID16( HMENU16 hMenu, INT16 nPos )
 {
@@ -3607,7 +3607,7 @@
 }
 
 /*******************************************************************
- *         InsertMenu16    (USER.410)
+ *         InsertMenu    (USER.410)
  */
 BOOL16 WINAPI InsertMenu16( HMENU16 hMenu, UINT16 pos, UINT16 flags,
                             UINT16 id, SEGPTR data )
@@ -3672,7 +3672,7 @@
 
 
 /*******************************************************************
- *         AppendMenu16    (USER.411)
+ *         AppendMenu    (USER.411)
  */
 BOOL16 WINAPI AppendMenu16(HMENU16 hMenu, UINT16 flags, UINT16 id, SEGPTR data)
 {
@@ -3701,7 +3701,7 @@
 
 
 /**********************************************************************
- *         RemoveMenu16    (USER.412)
+ *         RemoveMenu   (USER.412)
  */
 BOOL16 WINAPI RemoveMenu16( HMENU16 hMenu, UINT16 nPos, UINT16 wFlags )
 {
@@ -3746,7 +3746,7 @@
 
 
 /**********************************************************************
- *         DeleteMenu16    (USER.413)
+ *         DeleteMenu    (USER.413)
  */
 BOOL16 WINAPI DeleteMenu16( HMENU16 hMenu, UINT16 nPos, UINT16 wFlags )
 {
@@ -3769,7 +3769,7 @@
 
 
 /*******************************************************************
- *         ModifyMenu16    (USER.414)
+ *         ModifyMenu    (USER.414)
  */
 BOOL16 WINAPI ModifyMenu16( HMENU16 hMenu, UINT16 pos, UINT16 flags,
                             UINT16 id, SEGPTR data )
@@ -3825,7 +3825,7 @@
 
 
 /**********************************************************************
- *         CreatePopupMenu16    (USER.415)
+ *         CreatePopupMenu    (USER.415)
  */
 HMENU16 WINAPI CreatePopupMenu16(void)
 {
@@ -3859,7 +3859,7 @@
 
 
 /**********************************************************************
- *         SetMenuItemBitmaps16    (USER.418)
+ *         SetMenuItemBitmaps    (USER.418)
  */
 BOOL16 WINAPI SetMenuItemBitmaps16( HMENU16 hMenu, UINT16 nPos, UINT16 wFlags,
                                     HBITMAP16 hNewUnCheck, HBITMAP16 hNewCheck)
@@ -3894,7 +3894,7 @@
 
 
 /**********************************************************************
- *         CreateMenu16    (USER.151)
+ *         CreateMenu    (USER.151)
  */
 HMENU16 WINAPI CreateMenu16(void)
 {
@@ -3924,7 +3924,7 @@
 
 
 /**********************************************************************
- *         DestroyMenu16    (USER.152)
+ *         DestroyMenu    (USER.152)
  */
 BOOL16 WINAPI DestroyMenu16( HMENU16 hMenu )
 {
@@ -3983,7 +3983,7 @@
 
 
 /**********************************************************************
- *         GetSystemMenu16    (USER.156)
+ *         GetSystemMenu    (USER.156)
  */
 HMENU16 WINAPI GetSystemMenu16( HWND16 hWnd, BOOL16 bRevert )
 {
@@ -4046,7 +4046,7 @@
 
 
 /*******************************************************************
- *         SetSystemMenu16    (USER.280)
+ *         SetSystemMenu    (USER.280)
  */
 BOOL16 WINAPI SetSystemMenu16( HWND16 hwnd, HMENU16 hMenu )
 {
@@ -4073,7 +4073,7 @@
 
 
 /**********************************************************************
- *         GetMenu16    (USER.157)
+ *         GetMenu    (USER.157)
  */
 HMENU16 WINAPI GetMenu16( HWND16 hWnd ) 
 {
@@ -4100,7 +4100,7 @@
 
 
 /**********************************************************************
- *         SetMenu16    (USER.158)
+ *         SetMenu    (USER.158)
  */
 BOOL16 WINAPI SetMenu16( HWND16 hWnd, HMENU16 hMenu )
 {
@@ -4152,7 +4152,7 @@
 
 
 /**********************************************************************
- *         GetSubMenu16    (USER.159)
+ *         GetSubMenu    (USER.159)
  */
 HMENU16 WINAPI GetSubMenu16( HMENU16 hMenu, INT16 nPos )
 {
@@ -4174,7 +4174,7 @@
 
 
 /**********************************************************************
- *         DrawMenuBar16    (USER.160)
+ *         DrawMenuBar    (USER.160)
  */
 void WINAPI DrawMenuBar16( HWND16 hWnd )
 {
@@ -4251,7 +4251,7 @@
 
 
 /**********************************************************************
- *	    LoadMenu16    (USER.150)
+ *	    LoadMenu    (USER.150)
  */
 HMENU16 WINAPI LoadMenu16( HINSTANCE16 instance, LPCSTR name )
 {
@@ -4303,7 +4303,7 @@
 
 
 /**********************************************************************
- *	    LoadMenuIndirect16    (USER.220)
+ *	    LoadMenuIndirect    (USER.220)
  */
 HMENU16 WINAPI LoadMenuIndirect16( LPCVOID template )
 {
@@ -4383,7 +4383,7 @@
 
 
 /**********************************************************************
- *		IsMenu16    (USER.358)
+ *		IsMenu    (USER.358)
  */
 BOOL16 WINAPI IsMenu16( HMENU16 hmenu )
 {
@@ -4717,7 +4717,7 @@
 }
 
 /*******************************************************************
- *              InsertMenuItem16   (USER.441)
+ *              InsertMenuItem   (USER.441)
  *
  * FIXME: untested
  */
@@ -4804,7 +4804,7 @@
 }
 
 /**********************************************************************
- *		CheckMenuRadioItem16    (not a Windows API)
+ *		CheckMenuRadioItem    (not a Windows API)
  */
 
 BOOL16 WINAPI CheckMenuRadioItem16(HMENU16 hMenu,
@@ -4856,7 +4856,7 @@
 }
 
 /**********************************************************************
- *		GetMenuItemRect16    (USER.665)
+ *		GetMenuItemRect    (USER.665)
  */
 
 BOOL16 WINAPI GetMenuItemRect16 (HWND16 hwnd, HMENU16 hMenu, UINT16 uItem,
@@ -4943,7 +4943,7 @@
 }
 
 /**********************************************************************
- *         SetMenuContextHelpId16    (USER.384)
+ *         SetMenuContextHelpId    (USER.384)
  */
 BOOL16 WINAPI SetMenuContextHelpId16( HMENU16 hMenu, DWORD dwContextHelpID)
 {
@@ -4969,7 +4969,7 @@
 }
 
 /**********************************************************************
- *         GetMenuContextHelpId16    (USER.385)
+ *         GetMenuContextHelpId    (USER.385)
  */
 DWORD WINAPI GetMenuContextHelpId16( HMENU16 hMenu )
 {
@@ -5153,6 +5153,7 @@
 
 /**********************************************************************
  *      TranslateAccelerator      (USER32.@)
+ *      TranslateAcceleratorW     (USER32.@)
  */
 INT WINAPI TranslateAccelerator( HWND hWnd, HACCEL hAccel, LPMSG msg )
 {
@@ -5193,7 +5194,7 @@
 
 
 /**********************************************************************
- *           TranslateAccelerator16      (USER.178)
+ *           TranslateAccelerator      (USER.178)
  */
 INT16 WINAPI TranslateAccelerator16( HWND16 hWnd, HACCEL16 hAccel, LPMSG16 msg )
 {
Index: wine/controls/scroll.c
===================================================================
RCS file: /home/wine/wine/controls/scroll.c,v
retrieving revision 1.37
diff -u -u -r1.37 scroll.c
--- wine/controls/scroll.c	2001/02/23 01:13:42	1.37
+++ wine/controls/scroll.c	2001/04/26 18:40:43
@@ -1304,7 +1304,7 @@
 
 
 /*************************************************************************
- *           SetScrollInfo16   (USER.475)
+ *           SetScrollInfo   (USER.475)
  */
 INT16 WINAPI SetScrollInfo16( HWND16 hwnd, INT16 nBar, const SCROLLINFO *info,
                               BOOL16 bRedraw )
@@ -1489,7 +1489,7 @@
 
 
 /*************************************************************************
- *           GetScrollInfo16   (USER.476)
+ *           GetScrollInfo   (USER.476)
  */
 BOOL16 WINAPI GetScrollInfo16( HWND16 hwnd, INT16 nBar, LPSCROLLINFO info )
 {
@@ -1530,7 +1530,7 @@
 
 
 /*************************************************************************
- *           SetScrollPos16   (USER.62)
+ *           SetScrollPos   (USER.62)
  */
 INT16 WINAPI SetScrollPos16( HWND16 hwnd, INT16 nBar, INT16 nPos,
                              BOOL16 bRedraw )
@@ -1571,7 +1571,7 @@
 
 
 /*************************************************************************
- *           GetScrollPos16   (USER.63)
+ *           GetScrollPos   (USER.63)
  */
 INT16 WINAPI GetScrollPos16( HWND16 hwnd, INT16 nBar )
 {
@@ -1602,7 +1602,7 @@
 
 
 /*************************************************************************
- *           SetScrollRange16   (USER.64)
+ *           SetScrollRange   (USER.64)
  */
 void WINAPI SetScrollRange16( HWND16 hwnd, INT16 nBar,
                               INT16 MinVal, INT16 MaxVal, BOOL16 bRedraw )
@@ -1671,7 +1671,7 @@
 
 
 /*************************************************************************
- *           GetScrollRange16   (USER.65)
+ *           GetScrollRange   (USER.65)
  */
 BOOL16 WINAPI GetScrollRange16( HWND16 hwnd, INT16 nBar,
                                 LPINT16 lpMin, LPINT16 lpMax)
@@ -1785,7 +1785,7 @@
 
 
 /*************************************************************************
- *           ShowScrollBar16   (USER.267)
+ *           ShowScrollBar   (USER.267)
  */
 void WINAPI ShowScrollBar16( HWND16 hwnd, INT16 nBar, BOOL16 fShow )
 {
@@ -1811,7 +1811,7 @@
 
 
 /*************************************************************************
- *           EnableScrollBar16   (USER.482)
+ *           EnableScrollBar   (USER.482)
  */
 BOOL16 WINAPI EnableScrollBar16( HWND16 hwnd, INT16 nBar, UINT16 flags )
 {
Index: wine/controls/uitools.c
===================================================================
RCS file: /home/wine/wine/controls/uitools.c,v
retrieving revision 1.21
diff -u -u -r1.21 uitools.c
--- wine/controls/uitools.c	2001/01/25 22:22:21	1.21
+++ wine/controls/uitools.c	2001/04/26 18:40:45
@@ -562,7 +562,7 @@
 
 
 /**********************************************************************
- *          DrawEdge16   (USER.659)
+ *          DrawEdge   (USER.659)
  */
 BOOL16 WINAPI DrawEdge16( HDC16 hdc, LPRECT16 rc, UINT16 edge, UINT16 flags )
 {
@@ -1327,7 +1327,7 @@
 
 
 /**********************************************************************
- *          DrawFrameControl16  (USER.656)
+ *          DrawFrameControl  (USER.656)
  */
 BOOL16 WINAPI DrawFrameControl16( HDC16 hdc, LPRECT16 rc, UINT16 uType,
                                   UINT16 uState )
Index: wine/dlls/kernel/kernel.spec
===================================================================
RCS file: /home/wine/wine/dlls/kernel/kernel.spec,v
retrieving revision 1.20
diff -u -u -r1.20 kernel.spec
--- wine/dlls/kernel/kernel.spec	2001/02/23 20:37:14	1.20
+++ wine/dlls/kernel/kernel.spec	2001/04/26 18:40:46
@@ -394,8 +394,8 @@
 481 pascal16 _LeaveWin16Lock() _LeaveWin16Lock
 482 pascal LoadSystemLibrary32(str) LoadLibrary32_16   # FIXME!
 483 pascal MapProcessHandle(long) MapProcessHandle
-484 pascal SetProcessDWORD(long s_word long) SetProcessDword
-485 pascal GetProcessDWORD(long s_word) GetProcessDword
+484 pascal SetProcessDword(long s_word long) SetProcessDword
+485 pascal GetProcessDword(long s_word) GetProcessDword
 486 pascal FreeLibrary32(long) FreeLibrary
 487 pascal GetModuleFileName32(long str word) GetModuleFileNameA
 488 pascal GetModuleHandle32(str) GetModuleHandleA
Index: wine/dlls/win32s/win32s16.spec
===================================================================
RCS file: /home/wine/wine/dlls/win32s/win32s16.spec,v
retrieving revision 1.3
diff -u -u -r1.3 win32s16.spec
--- wine/dlls/win32s/win32s16.spec	2001/01/25 22:23:09	1.3
+++ wine/dlls/win32s/win32s16.spec	2001/04/26 18:40:48
@@ -7,14 +7,14 @@
 3 stub CREATEPROCESS
 4 stub WAITFORDEBUGEVENT
 5 pascal ContinueDebugEvent(long long long) ContinueDebugEvent
-6 pascal READPROCESSMEMORY(long ptr ptr long ptr) ReadProcessMemory
+6 pascal ReadProcessMemory(long ptr ptr long ptr) ReadProcessMemory
 7 stub WRITEPROCESSMEMORY
 8 stub GETTHREADCONTEXT
 9 stub SETTHREADCONTEXT
 10 pascal GETLASTERROR() GetLastError
-11 pascal CLOSEHANDLE(long) CloseHandle
+11 pascal CloseHandle(long) CloseHandle
 12 stub ALLOCCLBKTO32BDLL
-13 pascal GETEXITCODETHREAD(long ptr) GetExitCodeThread
+13 pascal GetExitCodeThread(long ptr) GetExitCodeThread
 14 stub GETEXITCODEPROCESS
 15 stub OPENPROCESS
 16 stub OPENTHREAD
Index: wine/scheduler/process.c
===================================================================
RCS file: /home/wine/wine/scheduler/process.c,v
retrieving revision 1.151
diff -u -u -r1.151 process.c
--- wine/scheduler/process.c	2001/04/09 18:47:10	1.151
+++ wine/scheduler/process.c	2001/04/26 18:40:54
@@ -905,7 +905,7 @@
 }
 
 /***********************************************************************
- *           ExitProcess16   (KERNEL.466)
+ *           ExitProcess   (KERNEL.466)
  */
 void WINAPI ExitProcess16( WORD status )
 {
@@ -926,7 +926,8 @@
 
 
 /***********************************************************************
- *           GetProcessDword    (KERNEL32.18) (KERNEL.485)
+ *           GetProcessDword    (KERNEL.485)
+ *           GetProcessDword    (KERNEL32.18)
  * 'Of course you cannot directly access Windows internal structures'
  */
 DWORD WINAPI GetProcessDword( DWORD dwProcessID, INT offset )
Index: wine/scheduler/syslevel.c
===================================================================
RCS file: /home/wine/wine/scheduler/syslevel.c,v
retrieving revision 1.21
diff -u -u -r1.21 syslevel.c
--- wine/scheduler/syslevel.c	2000/12/13 20:23:43	1.21
+++ wine/scheduler/syslevel.c	2001/04/26 18:40:54
@@ -29,7 +29,7 @@
 }
 
 /************************************************************************
- *           GetpWin16Lock16    (KERNEL.449)
+ *           GetpWin16Lock    (KERNEL.449)
  */
 SEGPTR WINAPI GetpWin16Lock16(void)
 {
Index: wine/win32/file.c
===================================================================
RCS file: /home/wine/wine/win32/file.c,v
retrieving revision 1.24
diff -u -u -r1.24 file.c
--- wine/win32/file.c	2001/03/05 20:10:44	1.24
+++ wine/win32/file.c	2001/04/26 18:40:55
@@ -43,7 +43,7 @@
 }
 
 /**************************************************************************
- *              SetFileAttributes16	(KERNEL.421)
+ *              SetFileAttributes	(KERNEL.421)
  */
 BOOL16 WINAPI SetFileAttributes16( LPCSTR lpFileName, DWORD attributes )
 {
Index: wine/windows/mdi.c
===================================================================
RCS file: /home/wine/wine/windows/mdi.c,v
retrieving revision 1.74
diff -u -u -r1.74 mdi.c
--- wine/windows/mdi.c	2001/02/23 01:13:42	1.74
+++ wine/windows/mdi.c	2001/04/26 18:40:57
@@ -2212,7 +2212,7 @@
 }
 
 /***********************************************************************
- *		CalcChildScroll16 (USER.462)
+ *		CalcChildScroll (USER.462)
  */
 void WINAPI CalcChildScroll16( HWND16 hwnd, WORD scroll )
 {

["documentation-winedos.diff" (application/octet-stream)]

Index: wine/dlls/winedos/dosvm.c
===================================================================
RCS file: /home/wine/wine/dlls/winedos/dosvm.c,v
retrieving revision 1.4
diff -u -u -r1.4 dosvm.c
--- wine/dlls/winedos/dosvm.c	2001/02/20 00:55:17	1.4
+++ wine/dlls/winedos/dosvm.c	2001/04/26 18:40:48
@@ -212,6 +212,9 @@
     DOSVM_SendQueuedEvent(context);
 }
 
+/***********************************************************************
+ *		QueueEvent (WINEDOS.@)
+ */
 void WINAPI DOSVM_QueueEvent( INT irq, INT priority, DOSRELAY relay, LPVOID data)
 {
   LPDOSEVENT event, cur, prev;
@@ -412,6 +415,9 @@
   }
 }
 
+/***********************************************************************
+ *		Wait (WINEDOS.@)
+ */
 void WINAPI DOSVM_Wait( INT read_pipe, HANDLE hObject )
 {
   MSG msg;
@@ -480,6 +486,9 @@
   } while (TRUE);
 }
 
+/***********************************************************************
+ *		Enter (WINEDOS.@)
+ */
 INT WINAPI DOSVM_Enter( CONTEXT86 *context )
 {
  struct vm86plus_struct VM86;
@@ -553,6 +562,9 @@
  return 0;
 }
 
+/***********************************************************************
+ *		OutPIC (WINEDOS.@)
+ */
 void WINAPI DOSVM_PIC_ioport_out( WORD port, BYTE val)
 {
     LPDOSEVENT event;
@@ -583,6 +595,9 @@
     }
 }
 
+/***********************************************************************
+ *		SetTimer (WINEDOS.@)
+ */
 void WINAPI DOSVM_SetTimer( UINT ticks )
 {
   int stat=DOSMOD_SET_TIMER;
@@ -607,6 +622,9 @@
   }
 }
 
+/***********************************************************************
+ *		GetTimer (WINEDOS.@)
+ */
 UINT WINAPI DOSVM_GetTimer( void )
 {
   int stat=DOSMOD_GET_TIMER;
Index: wine/dlls/winedos/module.c
===================================================================
RCS file: /home/wine/wine/dlls/winedos/module.c,v
retrieving revision 1.5
diff -u -u -r1.5 module.c
--- wine/dlls/winedos/module.c	2001/04/04 00:21:05	1.5
+++ wine/dlls/winedos/module.c	2001/04/26 18:40:49
@@ -333,11 +333,17 @@
   return FALSE;
 }
 
+/***********************************************************************
+ *		LoadDosExe (WINEDOS.@)
+ */
 void WINAPI MZ_LoadImage( LPCSTR filename, HANDLE hFile )
 {
     if (MZ_DoLoadImage( hFile, filename, NULL )) MZ_Launch();
 }
 
+/***********************************************************************
+ *		Exec (WINEDOS.@)
+ */
 BOOL WINAPI MZ_Exec( CONTEXT86 *context, LPCSTR filename, BYTE func, LPVOID paramblk )
 {
   /* this may only be called from existing DOS processes
@@ -400,6 +406,9 @@
   return ret;
 }
 
+/***********************************************************************
+ *		LoadDPMI (WINEDOS.@)
+ */
 LPDOSTASK WINAPI MZ_AllocDPMITask( void )
 {
   LPDOSTASK lpDosTask = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(DOSTASK));
@@ -546,6 +555,9 @@
   kill(dosmod_pid,SIGTERM);
 }
 
+/***********************************************************************
+ *		Exit (WINEDOS.@)
+ */
 void WINAPI MZ_Exit( CONTEXT86 *context, BOOL cs_psp, WORD retval )
 {
   LPDOSTASK lpDosTask = MZ_Current();
@@ -611,6 +623,9 @@
 
 #endif /* !MZ_SUPPORTED */
 
+/***********************************************************************
+ *		GetCurrent (WINEDOS.@)
+ */
 LPDOSTASK WINAPI MZ_Current( void )
 {
   return dos_current;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic