summaryrefslogtreecommitdiff
path: root/winrt/mupdfwinrt/utils.h
blob: a1237097aaa80b75119fef96c3f973140513eb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "Windows.h"
using namespace Platform;

typedef enum {
	LINK_GOTO = 0,
	LINK_URI,
	TEXTBOX,	/* Do double duty with this class */
	NOT_SET,
} link_t;

String^ char_to_String(char *char_in);
char* String_to_char(String^ text);