mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-29 12:32:58 +08:00
14 lines
201 B
C++
14 lines
201 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();
|
|
|
|
#endif |