reactos/dll/shellext/shellbtrfs/guid.c

14 lines
306 B
C
Raw Normal View History

2017-11-26 13:16:29 +00:00
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
[0.4.11][DESK][SHELLBTRFS] Backports 2024-09-10 (#7298)(#7213)(#6593)(#5764) This ports back: 0.4.15-dev-8636-g 945e856031137b566e616248e2f80c92be807c45 [DESK] _countof and rc-trivia (#7298) <- and act on its FIXMEs 0.4.15-dev-8552-g 24517d525812e955167ed3e05156633a381ca6fd [DESK] Fix 3dtext screensaver restart after opening settings (#7213) 0.4.15-dev-7751-g 6185c66c6112a0164f15403369ea7601df0c2049 [DESK] SetScreenSaver(): Remove remnant 'DeleteMode' variable (#6593) 0.4.15-dev-6727-g e4608f7450b3e1daedd7abce40d5f7fcaed68077 [DESK][SHELLBTRFS] Fix typo in WIN32_NO_STATUS (#5764) 0.4.15-dev-6721-g f1cff6ef272de5795ae5ffdb04ce781e69f0707b [DESK] Remove deprecated code. (MSVC hack) [no PR] partially pick 0.4.15-dev-6765-g fd1e5d53a5d8ec138db56b534bfb16fbb3104665 [DESK] Cleanup some functions. 0.4.14: Strip yet unused+unfinished IDD_THEMES, older rls-branches didn't have that. And it's still unused and inaccessible in releases/0.4.14 0.4.14 and older: Strip en-GB.rc 0.4. 9 and older: Strip he-IL.rc, because we don't have RTL-support there yet This also ports back translations, tons of accelerator-fixes and a lot of small tweaks to the rc-controls-dimensions. especially on the screensaver-page. desk.cpl shrinks on all branches: desk.cpl master RosBEWin2.2.2 GCC8.4.0 dbg x86 650.240 (0.4.15-dev-8636-g945e856) desk.cpl releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86 587.776 -> 555.008 desk.cpl releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86 564.736 -> 531.968 desk.cpl releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86 546.816 -> 530.432 desk.cpl releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86 539.136 -> 523.776 desk.cpl releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86 539.136 -> 523.776 desk.cpl releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86 539.136 -> 523.776 desk.cpl releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86 539.136 -> 515.584 desk.cpl releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86 539.136 -> 515.584 desk.cpl releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86 528.384 -> 504.832
2024-09-10 16:52:10 +00:00
#define WIN32_NO_STATUS
2017-11-26 13:16:29 +00:00
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <initguid.h>
#define DEVICE_TYPE ULONG
#include <ntddstor.h>
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */