mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-29 04:10:17 +08:00
15 lines
228 B
C++
15 lines
228 B
C++
/*
|
|
* @Author: DI JUNKUN
|
|
* @Date: 2023-12-18
|
|
* Copyright (c) 2023 by DI JUNKUN, All Rights Reserved.
|
|
*/
|
|
|
|
#ifndef _PLATFORM_H_
|
|
#define _PLATFORM_H_
|
|
|
|
#include <iostream>
|
|
|
|
std::string GetMac();
|
|
std::string GetHostName();
|
|
|
|
#endif |