summaryrefslogtreecommitdiff
path: root/sysspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysspec.h')
-rw-r--r--sysspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysspec.h b/sysspec.h
index 2b70321..8647495 100644
--- a/sysspec.h
+++ b/sysspec.h
@@ -97,7 +97,7 @@ int RemoveMemArray(unsigned long adj_addr,unsigned long *true_addr);
void CreateFile(char *filename,
int *errorcode);
-#ifdef LINUX
+#ifdef __linux__
FILE *bmOpenFile(char *fname,
int *errorcode);