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:
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):