mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Removed unnecesary ifdef around stdio.h. stdio.h should be available on all platforms.
This commit is contained in:
@@ -34,9 +34,7 @@
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifndef __WIND32__
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
PRDevice::PRDevice(PRMachineType machineType) : machineType(machineType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user