diff --git a/reactos/lib/shfolder/shfolder.spec b/reactos/lib/shfolder/shfolder.spec new file mode 100644 index 00000000000..06250240f96 --- /dev/null +++ b/reactos/lib/shfolder/shfolder.spec @@ -0,0 +1,2 @@ +@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA +@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW diff --git a/reactos/lib/shfolder/shfolder.xml b/reactos/lib/shfolder/shfolder.xml new file mode 100644 index 00000000000..845549a9d90 --- /dev/null +++ b/reactos/lib/shfolder/shfolder.xml @@ -0,0 +1,10 @@ + + + . + include + + + shell32 + shfolder_main.c + shfolder.spec + diff --git a/reactos/lib/shfolder/shfolder_main.c b/reactos/lib/shfolder/shfolder_main.c new file mode 100644 index 00000000000..67a01ed518c --- /dev/null +++ b/reactos/lib/shfolder/shfolder_main.c @@ -0,0 +1 @@ +/* nothing here yet */