XPS firmware version 1.5.1 and asyn changes

This commit is contained in:
MarkRivers
2006-04-06 23:59:24 +00:00
parent 9da41a5ed7
commit 6ee8175f37
2 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -6,8 +6,13 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "socket.h"
#include <string.h>
#include "Socket.h"
#ifdef _WIN32
#define DLL _declspec(dllexport)
#else
#define DLL
#endif
#include "XPS_C8_drivers.h"
+5 -1
View File
@@ -3,10 +3,14 @@
//
#ifdef _WIN32
#ifndef DLL
#define DLL _declspec(dllimport)
#endif
#else
#define DLL
#define __stdcall
#endif
#ifdef __cplusplus