跳转至

base/include/base/windows/common.h

Common definitions for Windows-specific utilities. More...

Detailed Description

Common definitions for Windows-specific utilities.

Author: Charliechen114514

Version: 0.1

Since: 0.1

Date: 2026-02-22

Source code

#pragma once
#include "../macros.h"

// Ensure this file is only included on Windows platforms
#ifndef CFDESKTOP_OS_WINDOWS
#    error "This file is for Windows platforms only."
#endif

Updated on 2026-03-09 at 10:14:01 +0000