API
Applications
Utilities
API
Handbook
GitHub
Home
platform.h
Go to the documentation of this file.
1
#ifndef _PLATFORM_H
2
#define _PLATFORM_H
3
4
#ifdef _WIN32
5
#include <windows.h>
6
#define WINDOWS 1
7
#else
8
#define HANDLE int
9
#endif
10
11
#endif
apps
usbtempMon
platform.h
Generated by
1.9.1