1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Resolved a number of build issues with WIN32 builds

This commit is contained in:
gstellenberg
2009-06-12 09:47:43 -05:00
parent 419269a60d
commit 789ac049db
4 changed files with 17 additions and 4 deletions

View File

@@ -31,6 +31,10 @@
#include "../include/pinproc.h"
#include "PRDevice.h"
#if defined(__WIN32__)
#include <stardg.h>
#endif
#define MAX_TEXT (1024)
typedef void (*PRLogCallback)(PRLogLevel level, const char *text);