cabinet.cpp (95915501) cabinet.cpp (36870a02)
1/*
1/*
2* PROJECT: ReactOS Applications Manager
3* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4* FILE: base/applications/rapps/cabinet.cpp
5* PURPOSE: Cabinet extraction using FDI API
6* COPYRIGHT: Copyright 2018 Alexander Shaposhnikov (sanchaez@reactos.org)
7*/
2 * PROJECT: ReactOS Applications Manager
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Cabinet extraction using FDI API
5 * COPYRIGHT: Copyright 2018 Alexander Shaposhnikov (sanchaez@reactos.org)
6 */
8#include "rapps.h"
9
10#include <fdi.h>
11#include <fcntl.h>
12
13/*
14 * HACK: treat any input strings as Unicode (UTF-8)
15 * cabinet.dll lacks any sort of a Unicode API, but FCI/FDI

--- 319 unchanged lines hidden ---
7#include "rapps.h"
8
9#include <fdi.h>
10#include <fcntl.h>
11
12/*
13 * HACK: treat any input strings as Unicode (UTF-8)
14 * cabinet.dll lacks any sort of a Unicode API, but FCI/FDI

--- 319 unchanged lines hidden ---