Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-06-19 05:15:45 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-06-19 05:15:45 +0400
commit7c1d8db987db4c4792db459d02a453385dc0a3d4 (patch)
treed3f67770e498144a3f69eca10dcd2ed76f08dcf2 /winsup/w32api/ChangeLog
parentc9ca68d7b5f380070f9c4b75d953bcd5920984e7 (diff)
2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/ddeml.h (DdeCreateStringHandle{AW]:Correct prototypes. * include/winsvc.h (StartServiceW): Correct prototype. * include/winbase.h (BackupRead,BackupSeek,BackupWrite, FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW], GetTickCount,InterlockedExchangeAdd, WritePrivateProfileStruct[AW]: Correct prototypes. (GetEnvironmentStrings): Correct mapping to GetEnvironmentStringsA. * include/winver.h (VerQueryValueA,VerQueryValueW): Correct prototypes. * include/wincon.h (CreateConsoleScreenBuffer): Correct prototype. * include/winreg.h (RegQueryMultipleValues[AW], RegQueryValueEx[AW]):Correct prototypes. * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA, PPOLYTEXTW): Add typedefs. (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add structures and typedefs. (MM_MAX_NUMAXES): Add define. (EnumFontsW,GetEnhMetaFilePixelFormat,wglGetLayerPaletteEntries): Correct prototypes. * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT, RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION, RPC_S_SEND_INCOMPLETE): Add defines.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 01858adc9..eebc19353 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,31 @@
+2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
+
+ * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
+ prototypes.
+ * include/winsvc.h (StartServiceW): Correct prototype.
+ * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
+ FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
+ GetTickCount,InterlockedExchangeAdd,
+ WritePrivateProfileStruct[AW]: Correct prototypes.
+ (GetEnvironmentStrings): Correct mapping to
+ GetEnvironmentStringsA.
+ * include/winver.h (VerQueryValueA,VerQueryValueW):
+ Correct prototypes.
+ * include/wincon.h (CreateConsoleScreenBuffer): Correct
+ prototype.
+ * include/winreg.h (RegQueryMultipleValues[AW],
+ RegQueryValueEx[AW]):Correct prototypes.
+ * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
+ PPOLYTEXTW): Add typedefs.
+ (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
+ structures and typedefs.
+ (MM_MAX_NUMAXES): Add define.
+ (EnumFontsW,GetEnhMetaFilePixelFormat,
+ wglGetLayerPaletteEntries): Correct prototypes.
+ * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
+ RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
+ RPC_S_SEND_INCOMPLETE): Add defines.
+
2002-06-17 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/windef.h (_fastcall, __fastcall, FASTCALL):