Ignore:
Timestamp:
Mar 22, 2001, 7:17:25 PM (24 years ago)
Author:
sandervl
Message:

enable mouse cursor in user32 exitlist

File:
1 edited

Legend:

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

    r5307 r5355  
    3333#include <misc.h>       /*PLF Wed  98-03-18 23:18:29*/
    3434#include <win32type.h>
     35#include <win32api.h>
    3536#include <winconst.h>
    3637#include <odinlx.h>
     
    9394                return 0UL;
    9495
     96         dprintf(("user32 init %s %s (%x)", __DATE__, __TIME__, DLLENTRYPOINT_NAME));
     97
    9598         /*******************************************************************/
    9699         /* A DosExitList routine must be used to clean up if runtime calls */
     
    136139{
    137140   dprintf(("user32 exit\n"));
     141   ShowCursor(TRUE);
    138142   DestroyDesktopWindow();
    139143   Win32BaseWindow::DestroyAll();
Note: See TracChangeset for help on using the changeset viewer.