Changed so that it works under windows.
This commit is contained in:
		| @@ -30,7 +30,7 @@ extern "C" | ||||
|  | ||||
| //===[ Include files ]===================================================== | ||||
|  | ||||
| #include <micasa_types.h> | ||||
| //#include <micasa_types.h> | ||||
|  | ||||
| //===[ Type definitions ]================================================== | ||||
|  | ||||
| @@ -54,6 +54,7 @@ extern "C" | ||||
| #define INOUT | ||||
| #endif | ||||
|  | ||||
| #ifndef WIN32 | ||||
| // | ||||
| // LIST_ENTRY Type | ||||
| // Doubly linked list structure | ||||
| @@ -63,7 +64,7 @@ typedef struct _LIST_ENTRY | ||||
|    struct _LIST_ENTRY * volatile Flink; | ||||
|    struct _LIST_ENTRY * volatile Blink; | ||||
| } LIST_ENTRY, *PLIST_ENTRY; | ||||
|  | ||||
| #endif | ||||
|  | ||||
| //===[ Inlines functions   ]=============================================== | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user