]> cygwin.com Git - cygwin-apps/setup.git/blame - mount.h
Added dpiAwareness element to manifest
[cygwin-apps/setup.git] / mount.h
CommitLineData
aa32874b 1/*
c6263b96 2 * Copyright (c) 2000, 2001, 2002, 2003, 2006, 2008, 2013 Red Hat, Inc.
aa32874b
DD
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * A copy of the GNU General Public License can be found at
10 * http://www.gnu.org/
11 *
12 * Written by DJ Delorie <dj@cygnus.com>
13 *
14 */
15
12e726c4
MB
16#ifndef SETUP_MOUNT_H
17#define SETUP_MOUNT_H
2bba98e8 18#include <string>
3c054baf
RC
19#include "String++.h"
20
e49fef4d
YS
21#define SETUP_KEY_WOW64 (is_64bit ? KEY_WOW64_64KEY : KEY_WOW64_32KEY)
22
2f0315ad
CV
23void create_install_root ();
24void read_mounts (const std::string);
04f63f06 25void set_default_root_scope();
f8a6415f 26
2f0315ad 27std::string cygpath (const std::string&);
2bba98e8 28void set_root_dir (const std::string);
d396ed10 29const std::string &get_root_dir ();
12e726c4
MB
30
31#endif /* SETUP_MOUNT_H */
This page took 0.151016 seconds and 6 git commands to generate.