summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-30 16:45:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-30 16:45:32 +0000
commitf7397d988a7bf736c1a35daa0c4e58d6fc021ac1 (patch)
tree93ed7ce5e4f5186febbc68a1782f3b9e9091f47d /win32/win32.c
parentd681a6247bcc0a8cab6854468808b5e6f3a326b7 (diff)
win32.c: add linkage
* win32/win32.c (ustatfs): need a linkage to get rid of conflict. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 7ddfdeb563..1ca677b8dc 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -5872,7 +5872,7 @@ ustatfs(const char *path, struct statfs *buf)
WCHAR root[MAX_PATH], system[8];
DWORD serial, spc, bps, unused, total;
char *tmp;
- BOOL WINAPI GetVolumePathNameW(LPCWSTR, LPWSTR, DWORD);
+ WINBASEAPI BOOL WINAPI GetVolumePathNameW(LPCWSTR, LPWSTR, DWORD);
if (!wpath) {
return -1;