Fix the include paths for clipboardWin32.c

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5950 4a71c877-e1ca-e34f-864e-861f7616d084
master
Freddie Witherden 2008-09-07 13:57:01 +00:00
parent 19345a8d2e
commit c670477709
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "../../framework/utf.h"
#include "../../../framework/utf.h"
// Defines most macros and types from <stdbool.h> and <stdint.h>
#include "../../framework/types.h"
#include "../../../framework/types.h"
char *widgetGetClipboardText()
{