mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[ADVAPI32] Sync crypt_des.c with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
d4a89f6cca
commit
a3ff25c1d5
2 changed files with 6 additions and 1 deletions
|
@ -21,7 +21,12 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#ifdef __REACTOS__
|
||||
#include <advapi32.h>
|
||||
#else
|
||||
#include "windef.h"
|
||||
#include "crypt.h"
|
||||
#endif
|
||||
|
||||
static const unsigned char InitialPermuteMap[64] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue