From e550ebe429fba1b20cc77d50eb8c6bad64c51639 Mon Sep 17 00:00:00 2001
From: Francois Gouget <fgouget@codeweavers.com>
Date: Sat, 2 Dec 2000 20:17:13 +0000
Subject: [PATCH] Fixed the case of "Winelib".

---
 DEVELOPERS-HINTS        | 2 +-
 include/dplay.h         | 6 ++++--
 include/dplobby.h       | 6 ++++--
 include/prsht.h         | 2 +-
 include/wine/obj_base.h | 6 +++---
 include/winnls.h        | 2 +-
 6 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS
index 937c30651b9..c3795576def 100644
--- a/DEVELOPERS-HINTS
+++ b/DEVELOPERS-HINTS
@@ -437,7 +437,7 @@ NAMING CONVENTIONS FOR NON-API FUNCTIONS AND TYPES
 ==================================================
 
 Functions and data which are internal to your code (or at least shouldn't be
-visible to any WineLib or Windows program) should be preceded by
+visible to any Winelib or Windows program) should be preceded by
 an identifier to the module:
 
 Examples:
diff --git a/include/dplay.h b/include/dplay.h
index 966c0e117bd..86b98daf9ee 100644
--- a/include/dplay.h
+++ b/include/dplay.h
@@ -1,8 +1,10 @@
 #ifndef __WINE_DPLAY_H
 #define __WINE_DPLAY_H
 
-/* FIXME: GCC doesn't yet support annon structures so some of the structures defined here don't match the sdk exactly.
- * I've tried to come up with suitably terse names, but this file won't cut it for inclusion into a WineLib app.
+/* FIXME: GCC doesn't yet support annon structures so some of the structures 
+ * defined here don't match the sdk exactly. I've tried to come up with 
+ * suitably terse names, but this file won't cut it for inclusion into a 
+ * Winelib app.
  */
 
 #include "wine/obj_base.h"
diff --git a/include/dplobby.h b/include/dplobby.h
index dfb2b096338..85615b7efaa 100644
--- a/include/dplobby.h
+++ b/include/dplobby.h
@@ -1,8 +1,10 @@
 #ifndef __WINE_DPLOBBY_H
 #define __WINE_DPLOBBY_H
 
-/* FIXME: GCC doesn't yet support annon structures so some of the structures defined here don't match the sdk exactly. 
- * I've tried to come up with suitably terse names, but this file won't cut it for inclusion into a WineLib app.
+/* FIXME: GCC doesn't yet support annon structures so some of the structures 
+ * defined here don't match the sdk exactly. I've tried to come up with 
+ * suitably terse names, but this file won't cut it for inclusion into a 
+ * Winelib app.
  */
 
 #include "dplay.h"
diff --git a/include/prsht.h b/include/prsht.h
index aceaa720dec..cf8d2090d4f 100644
--- a/include/prsht.h
+++ b/include/prsht.h
@@ -178,7 +178,7 @@ HPROPSHEETPAGE WINAPI CreatePropertySheetPageW(LPCPROPSHEETPAGEW);
 BOOL WINAPI DestroyPropertySheetPage(HPROPSHEETPAGE hPropPage);
 
 /*
- * Property sheet support (UNICODE-WineLib)
+ * Property sheet support (UNICODE-Winelib)
  */
 
 DECL_WINELIB_TYPE_AW(PROPSHEETPAGE) 
diff --git a/include/wine/obj_base.h b/include/wine/obj_base.h
index ac915ce455e..8c915737d10 100644
--- a/include/wine/obj_base.h
+++ b/include/wine/obj_base.h
@@ -17,12 +17,12 @@
  * define the ICOM_USE_COM_INTERFACE_ATTRIBUTE macro below. This may also
  * require the addition of the -vtable-thunks option for g++.
  *
- * If you aren't interested in WineLib C++ compatability at all, leave both
+ * If you aren't interested in Winelib C++ compatibility at all, leave both
  * options off.
  *
  * The preferable method for using ICOM_USE_COM_INTERFACE_ATTRIBUTE macro
- * would be to define it only for your WineLib application. This allows you
- * to have both binary and WineLib compatibility for C and C++ at the same 
+ * would be to define it only for your Winelib application. This allows you
+ * to have both binary and Winelib compatibility for C and C++ at the same 
  * time :)
  */
 /* #define ICOM_MSVTABLE_COMPAT 1 */
diff --git a/include/winnls.h b/include/winnls.h
index 5736528f35f..b4307c7b607 100644
--- a/include/winnls.h
+++ b/include/winnls.h
@@ -185,7 +185,7 @@ extern "C" {
 /* internal flags for GetDateFormat system */
 #define DATE_DATEVARSONLY      0x00000100  /* only date stuff: yMdg */
 #define TIME_TIMEVARSONLY      0x00000200  /* only time stuff: hHmst */
-/* use this in a WineLib program if you really want all types */
+/* use this in a Winelib program if you really want all types */
 #define LOCALE_TIMEDATEBOTH    0x00000300  /* full set */
 
 /* Tests that we currently implement */
-- 
GitLab