Francois Gouget
be6d891f0d
advpack: Prepare the unicodification of advpack.dll.
...
All functions that manipulate strings should have an Ansi and a
Unicode variant.
Forward the unqualified dll entry points to the Ansi variant for
backward compatibility.
We're not allowed to use unqualified entry points in Wine, so change
RegInstall() calls to RegInstallA().
Update win32.api.
2006-02-27 15:57:33 +01:00
James Hawkins
2aa6e2ebd9
advpack: Implement AddDelBackupEntry.
2006-02-21 11:27:34 +01:00
James Hawkins
7d8f9de837
advpack: Make AddDelBackupEntry always return S_OK.
2006-02-21 11:26:32 +01:00
James Hawkins
cac3bf8471
advpack: Fix the documentation for AddDelBackupEntry.
2006-01-21 19:21:51 +01:00
James Hawkins
1142a1f2af
advpack: Fix the documentation for FileSaveMarkNotExist.
2006-01-21 19:21:07 +01:00
James Hawkins
c664353452
advpack: Forward FileSaveMarkNotExist to AddDelBackupEntry.
2006-01-21 19:19:41 +01:00
James Hawkins
5fa132c616
advpack: Implement DelNodeRunDLL32.
2006-01-21 19:18:40 +01:00
James Hawkins
d582fdd39e
advpack: Remove stub status from implemented functions.
2006-01-14 17:10:31 +01:00
James Hawkins
9e9fe39774
advpack: Add a stub for AddDelBackupEntry.
2006-01-14 17:09:02 +01:00
James Hawkins
05d079a325
advpack: Move file related functions to files.c.
2006-01-13 14:16:29 +01:00
James Hawkins
a56e256323
advpack: Add stubs for the file save/restore functions.
2006-01-13 14:16:02 +01:00