summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authornotaz2011-09-03 00:58:39 +0300
committernotaz2011-09-03 01:05:41 +0300
commiteac69717338922e6bb55076e57d7674080291fe9 (patch)
tree2e068c36f3c06b06ea9c349fdab222ee70e52335 /common.h
parentee0a3871f9982215361cd6bb4758eb9a7c7d8413 (diff)
downloadpicogpsp-eac69717338922e6bb55076e57d7674080291fe9.tar.gz
picogpsp-eac69717338922e6bb55076e57d7674080291fe9.tar.bz2
picogpsp-eac69717338922e6bb55076e57d7674080291fe9.zip
revive PC build, support Linux
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index 6b1cf95..c3c03ba 100644
--- a/common.h
+++ b/common.h
@@ -114,8 +114,8 @@
typedef signed char s8;
typedef unsigned short int u16;
typedef signed short int s16;
- typedef unsigned long u32;
- typedef signed long s32;
+ typedef unsigned int u32;
+ typedef signed int s32;
typedef unsigned long long int u64;
typedef signed long long int s64;