winecrt0: DriverEntry is a WINAPI function.

This commit is contained in:
Alexandre Julliard 2007-12-12 14:39:08 +01:00
parent fab0aee388
commit b601206129
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "crt0_private.h"
struct _DRIVER_OBJECT;
extern NTSTATUS DriverEntry( struct _DRIVER_OBJECT *obj, UNICODE_STRING *path );
extern NTSTATUS WINAPI DriverEntry( struct _DRIVER_OBJECT *obj, UNICODE_STRING *path );
NTSTATUS DECLSPEC_HIDDEN __wine_spec_drv_entry( struct _DRIVER_OBJECT *obj, UNICODE_STRING *path )
{