commit | a9c51cb60b830d38e1f99ddddc55320edf4b9d7b | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Mar 17 00:17:00 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Mar 17 00:17:00 2003 +0000 |
tree | bb9dd2c041bd3b2ed461c76ca0e64b4d768a618e | |
parent | d354a1ca8720a12c330a9be8a9028c2fa19ec514 [diff] [blame] |
Replaced forwards by normal function declarations.
diff --git a/dlls/shfolder/shfolder.spec b/dlls/shfolder/shfolder.spec index e10bd73..0625024 100644 --- a/dlls/shfolder/shfolder.spec +++ b/dlls/shfolder/shfolder.spec
@@ -1,2 +1,2 @@ -@ forward SHGetFolderPathA shell32.SHGetFolderPathA -@ forward SHGetFolderPathW shell32.SHGetFolderPathW +@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA +@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW