Changeset 1834


Ignore:
Timestamp:
Nov 24, 1999, 8:38:55 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1827 r1834  
    1  /* $Id: changelog,v 1.471 1999-11-24 18:20:13 cbratschi Exp $ */
     1 /* $Id: changelog,v 1.472 1999-11-24 19:34:24 sandervl Exp $ */
     2
     3 99-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
     4        - USER32: Fixed desktop window handle (shouldn't be 0)
     5                  Added support for broadcasting messages (in post/sendmessage)
     6                  (Note: might not be complete correct to use WinBroadcastMsg)
     7                  Changed Post(Thread)MessageA/W; now packs message info in
     8                  shared memory buffer and posts it using a specific PM message.
     9        - KERNEL32: Return kernel32path\win in GetWindowsDirectoryA if
     10                    neither the env variable or odin.ini key is present.
     11                    (also create this dir)
     12                    Fixed incorrect dll & exe renaming.
    213
    314 99-11-24: Christoph Bratschi <cbratschi@datacomm.ch>
  • trunk/src/kernel32/initterm.h

    r1768 r1834  
    1 /* $Id: initterm.h,v 1.3 1999-11-18 09:20:09 bird Exp $ */
     1/* $Id: initterm.h,v 1.4 1999-11-24 19:38:55 sandervl Exp $ */
    22/*
    33 * KERNEL32 DLL entry point header
     
    2222#endif
    2323
     24#ifndef QSV_NUMPROCESSORS
     25    #define QSV_NUMPROCESSORS 26
     26#endif
    2427
    2528void CloseLogFile(); //misc.cpp
Note: See TracChangeset for help on using the changeset viewer.