mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=23008
This commit is contained in:
parent
2a02dd2d72
commit
e00e9c842b
1 changed files with 7 additions and 1 deletions
|
@ -17,12 +17,18 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "CryptoAPI Library\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "crypt32\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "crypt32.dll\0"
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "cryptres.h"
|
||||
|
||||
#include "version.rc"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
#include "crypt32_De.rc"
|
||||
#include "crypt32_En.rc"
|
||||
|
|
Loading…
Reference in a new issue