crypt32: Include wine/port.h for strcasecmp.

This commit is contained in:
Marcus Meissner 2006-09-30 12:26:20 +02:00 committed by Alexandre Julliard
parent 8b1b0c71b8
commit e25e1a4de2
2 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,10 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "config.h"
#include "wine/port.h"
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#define NONAMELESSUNION #define NONAMELESSUNION

View File

@ -23,6 +23,9 @@
* - Many flags, options and whatnot are unimplemented. * - Many flags, options and whatnot are unimplemented.
*/ */
#include "config.h"
#include "wine/port.h"
#include <assert.h> #include <assert.h>
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"