Fossil SCM
Corrections to comment.
Commit
c72c19b8f1b67158746c5cbfbaf6877b5377e474
Parent
4ff370c8323a94b…
1 file changed
+2
-2
+2
-2
| --- src/cygsup.h | ||
| +++ src/cygsup.h | ||
| @@ -68,12 +68,12 @@ | ||
| 68 | 68 | ******************************************************************************* |
| 69 | 69 | ** Declare any Cygwin-specific Win32 or other APIs here. Functions declared in |
| 70 | 70 | ** this section should use the built-in ANSI C types in order to make sure this |
| 71 | 71 | ** header file continues to work as a self-contained unit. |
| 72 | 72 | ** |
| 73 | -** On Cygwin64, "long" is 64-bit but in Win64 it's 32-bit. That's why in | |
| 74 | -** the signatures below "long" should not be used. Use "int" in stead. | |
| 73 | +** On Cygwin64, "long" is 64-bit but in Win64 it's 32-bit. That's why in the | |
| 74 | +** signatures below "long" should not be used. They now use "int" instead. | |
| 75 | 75 | ******************************************************************************* |
| 76 | 76 | */ |
| 77 | 77 | |
| 78 | 78 | WINADVAPI extern WINAPI int RegOpenKeyExW( |
| 79 | 79 | void *, /* HKEY */ |
| 80 | 80 |
| --- src/cygsup.h | |
| +++ src/cygsup.h | |
| @@ -68,12 +68,12 @@ | |
| 68 | ******************************************************************************* |
| 69 | ** Declare any Cygwin-specific Win32 or other APIs here. Functions declared in |
| 70 | ** this section should use the built-in ANSI C types in order to make sure this |
| 71 | ** header file continues to work as a self-contained unit. |
| 72 | ** |
| 73 | ** On Cygwin64, "long" is 64-bit but in Win64 it's 32-bit. That's why in |
| 74 | ** the signatures below "long" should not be used. Use "int" in stead. |
| 75 | ******************************************************************************* |
| 76 | */ |
| 77 | |
| 78 | WINADVAPI extern WINAPI int RegOpenKeyExW( |
| 79 | void *, /* HKEY */ |
| 80 |
| --- src/cygsup.h | |
| +++ src/cygsup.h | |
| @@ -68,12 +68,12 @@ | |
| 68 | ******************************************************************************* |
| 69 | ** Declare any Cygwin-specific Win32 or other APIs here. Functions declared in |
| 70 | ** this section should use the built-in ANSI C types in order to make sure this |
| 71 | ** header file continues to work as a self-contained unit. |
| 72 | ** |
| 73 | ** On Cygwin64, "long" is 64-bit but in Win64 it's 32-bit. That's why in the |
| 74 | ** signatures below "long" should not be used. They now use "int" instead. |
| 75 | ******************************************************************************* |
| 76 | */ |
| 77 | |
| 78 | WINADVAPI extern WINAPI int RegOpenKeyExW( |
| 79 | void *, /* HKEY */ |
| 80 |