diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-12-18 02:23:39 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 95b8b49b7602e4e2d3cd9e38273fa94451bec780 (patch) | |
| tree | 2680f7beffc79957bb057cb018d4d7bc5c8ff2a3 /src/winapi.c | |
| parent | abab1011ac9f80ca3b734bd70415ff255965441b (diff) | |
More Warning cleanups (Tim Beckmann)
Diffstat (limited to 'src/winapi.c')
| -rw-r--r-- | src/winapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winapi.c b/src/winapi.c index 40449bf..08aef47 100644 --- a/src/winapi.c +++ b/src/winapi.c @@ -200,7 +200,7 @@ int GetFileAttributesA(const char *file) return GetFileAttributes(file); } -int SetFilePointer(HANDLE file, int x, int y, int z) +unsigned int SetFilePointer(HANDLE file, int x, int y, int z) { fprintf(stderr, "SetFilePointer(%d, %d, %d, %d)\n", file, x, y, z); |
