mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
More small tweaks for MSVC.
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
#define _PROC_HARDWARE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include "../include/pinproc.h"
|
||||
#include "pinproc.h"
|
||||
|
||||
#if defined(__WIN32__)
|
||||
#if defined(__WIN32__) || defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#define PRSleep(milliseconds) Sleep(milliseconds)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user