mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Use C++11 <cstdint> on Windows.
This commit is contained in:
parent
88af4e606e
commit
636dd5a112
3 changed files with 1 additions and 13 deletions
|
|
@ -26,12 +26,11 @@
|
|||
|
||||
#include <cmath>
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <Windows.h>
|
||||
typedef unsigned int uint32_t;
|
||||
#else
|
||||
#include <cstdint>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue