Fix the include paths for clipboardWin32.c
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5950 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
19345a8d2e
commit
c670477709
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue