From 58d47620f3fc6cde55c6c39ebfe65ffdb8b0d8c1 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 17 Apr 2007 10:03:30 +0000 Subject: * Discarded extra deflate function needed for afm reading - as a result, discarded the whole chain of support functions, .c files and includes needed to make that one function run - also removed zlib compile/link dependencies where they are not needed - reduced the whole zlib package into two core include files - adjusted makefiles / project files to reflect this change git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10273 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/plugins/pid.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/pid.c b/src/plugins/pid.c index 62eb6878c..2fdd2570c 100644 --- a/src/plugins/pid.c +++ b/src/plugins/pid.c @@ -1,15 +1,17 @@ #include #include + #ifndef _WIN32 #include -#else - #define getpid GetCurrentProcessId #endif #ifdef MINGW #include #include +#else + #define getpid GetCurrentProcessId #endif + #include "../common/plugin.h" PLUGIN_INFO = { -- cgit v1.2.3-60-g2f50