From 250a5ae0795195c729e3808f9470ce61bb34b0d8 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 13 Feb 2024 10:32:42 -0500 Subject: fix windows include --- buffer.c | 2 ++ windows_installer/ted/ted.vdproj | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/buffer.c b/buffer.c index 63755d2..ad1ee55 100644 --- a/buffer.c +++ b/buffer.c @@ -9,6 +9,8 @@ #if __unix__ #include #include +#elif _WIN32 +#include #endif /// A single line in a buffer diff --git a/windows_installer/ted/ted.vdproj b/windows_installer/ted/ted.vdproj index 77397ee..385dad1 100644 --- a/windows_installer/ted/ted.vdproj +++ b/windows_installer/ted/ted.vdproj @@ -620,15 +620,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:ted" - "ProductCode" = "8:{D30671BF-0B39-4FA2-AE80-0AC0ABD63751}" - "PackageCode" = "8:{892EF803-CD20-4A0F-AFFE-012A2D59E903}" + "ProductCode" = "8:{E8F7AF2B-C5BA-45C9-B402-06D279188DC1}" + "PackageCode" = "8:{D91C8E8F-A641-4035-98CB-DFFC707A9BFC}" "UpgradeCode" = "8:{844F6C2B-DF3B-4A81-9BD5-603401BBA651}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:FALSE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:24.02.1300" + "ProductVersion" = "8:24.02.1301" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" -- cgit v1.2.3