From b99e1506c295582615f6b011c5fcd7ff47f71bf3 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 23 Dec 2002 16:58:34 +0000 Subject: FUCK WIN32!!! NO VSNPRINTF!!!! WHAT THE !@$!@$@!#@#! --- include/Exceptions.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/Exceptions.h b/include/Exceptions.h index 576f757..c66f7d5 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -7,6 +7,10 @@ #include #include +#ifndef pid_t +typedef int pid_t; +#endif + class String; class Base { -- cgit v1.2.3