From 3ff95019b7f0b57ab16604a07a31c66d14ead022 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sun, 13 Sep 2009 09:07:22 +0000 Subject: [PATCH] *nix build fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4259 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/PluginSpecs/PluginSpecs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/PluginSpecs/PluginSpecs.h b/Source/PluginSpecs/PluginSpecs.h index c6f4af2fcf..612e4413f9 100644 --- a/Source/PluginSpecs/PluginSpecs.h +++ b/Source/PluginSpecs/PluginSpecs.h @@ -93,6 +93,11 @@ typedef struct char Name[100]; // Name of the DLL } PLUGIN_INFO; +#ifndef MAX_PATH +// apparently a windows-ism. +#define MAX_PATH 260 +#endif + // TODO: Remove, or at least remove the void pointers and replace with data. // This design is just wrong and ugly - the plugins shouldn't have this much access. typedef struct