From f835663380edb873c3d1481de2cdaa5373e25521 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 7 Apr 2011 19:08:44 +0300 Subject: [PATCH] Fix compilation errors for libibpp --- stglibs/ibpp.lib/ibpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stglibs/ibpp.lib/ibpp.h b/stglibs/ibpp.lib/ibpp.h index 7795c7db..37a19add 100644 --- a/stglibs/ibpp.lib/ibpp.h +++ b/stglibs/ibpp.lib/ibpp.h @@ -79,7 +79,7 @@ #endif typedef __int64 int64_t; #else - #include // C99 (§7.18) integer types definitions + #include // C99 (§7.18) integer types definitions #endif #if !defined(_) -- 2.43.2