summaryrefslogtreecommitdiff
path: root/winrt/mupdfwinrt/utils.h
blob: 33513b21f588976bb4151f98c531770338c3d4d9 (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);