crypt32: Include wine/port.h for snprintf().

This commit is contained in:
Bang Jun-young 2008-02-01 14:28:58 +09:00 committed by Alexandre Julliard
parent 814e07d8e8
commit dee7722b07
2 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,9 @@
* MSDN, especially "Constants for CryptEncodeObject and CryptDecodeObject"
*/
#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>

View File

@ -30,6 +30,9 @@
* MSDN, especially "Constants for CryptEncodeObject and CryptDecodeObject"
*/
#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>