12 lines
163 B
C
12 lines
163 B
C
#ifndef WIN32_FUNCTIONS_H
|
|
#define WIN32_FUNCTIONS_H
|
|
|
|
#include <QString>
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
|
|
QString get_hdid();
|
|
|
|
#endif // WIN32_FUNCTIONS_H
|