We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95de93d commit 34a0a11Copy full SHA for 34a0a11
MemoryModule.c
@@ -63,7 +63,7 @@ typedef int (WINAPI *ExeEntryProc)(void);
63
// simple linked list to store memory blocks that span the 4GB boundary
64
// (which can't be used as memory for memorymodule)
65
typedef struct tagPOINTER_LIST{
66
- tagPOINTER_LIST* next;
+ struct tagPOINTER_LIST* next;
67
unsigned char *address;
68
}POINTER_LIST;
69
#endif
0 commit comments