Changeset 1834
- Timestamp:
- Nov 24, 1999, 8:38:55 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
src/kernel32/initterm.h (modified) (2 diffs)
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. 2 13 3 14 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 birdExp $ */1 /* $Id: initterm.h,v 1.4 1999-11-24 19:38:55 sandervl Exp $ */ 2 2 /* 3 3 * KERNEL32 DLL entry point header … … 22 22 #endif 23 23 24 #ifndef QSV_NUMPROCESSORS 25 #define QSV_NUMPROCESSORS 26 26 #endif 24 27 25 28 void CloseLogFile(); //misc.cpp
Note:
See TracChangeset
for help on using the changeset viewer.
