WindowsNT351 699f482e80 2551
2024-03-30 09:05:42 +08:00

19 lines
330 B
C

#include "windows.h"
#include <string.h>
#define LOCKFLAG_WRITE 1
#define int long
#define ZONE_DEBUG 1
#define DEBUGMSG(a, b) printf b
int OEMParallelPortGetByte(void);
VOID OEMParallelPortSendByte(BYTE chData);
#define LockPages(a, b, c, d)
#define UnlockPages(a, b)
#define KUnicodeToAscii(a, b, c) strncpy(a, b, c)