mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-09-01 20:23:56 +02:00
This is a more natural and findable place for them. Compression byte check is dropped since even different Windows versions don't seem to produce the same compressed bytes, and a reimplementation certainly won't.
26 lines
1,006 B
Text
26 lines
1,006 B
Text
/*
|
|
* Copyright 2023 Rémi Bernon for CodeWeavers
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
*/
|
|
|
|
#include "windef.h"
|
|
|
|
/* @makedep: rgb24frame.bmp */
|
|
rgb24frame.bmp RCDATA rgb24frame.bmp
|
|
|
|
/* The above frame, encoded using native ir50_32.dll. */
|
|
/* @makedep: iv50frame.bin */
|
|
iv50frame.bin RCDATA iv50frame.bin
|