]> wimlib.net Git - wimlib/blobdiff - src/win32_replacements.c
Update hyperlinks
[wimlib] / src / win32_replacements.c
index 566cba9ce3a3419af9f9d9b76bd85af0da4f7485..5df6c78eefaabf5fe763dd0d6e319d464e685411 100644 (file)
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
-#ifdef __WIN32__
+#ifdef _WIN32
 
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
@@ -770,4 +770,4 @@ now_as_wim_timestamp(void)
        return ((u64)ft.dwHighDateTime << 32) | ft.dwLowDateTime;
 }
 
-#endif /* __WIN32__ */
+#endif /* _WIN32 */