mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
f29bcf2515
commit
822f1fe178
3 changed files with 18 additions and 19 deletions
|
@ -50,7 +50,6 @@
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unicode.h>
|
#include <unicode.h>
|
||||||
|
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
|
|
||||||
// Platform-specific UUID handling
|
// Platform-specific UUID handling
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
|
||||||
#include <rpc.h>
|
#include <rpc.h>
|
||||||
|
#include <windows.h>
|
||||||
// Define uuid_t for Windows compatibility
|
// Define uuid_t for Windows compatibility
|
||||||
typedef UUID uuid_t;
|
typedef UUID uuid_t;
|
||||||
#ifndef uuid_unparse_lower
|
#ifndef uuid_unparse_lower
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue