Author: weiden Date: Mon Oct 2 16:22:17 2006 New Revision: 24359
URL: http://svn.reactos.org/svn/reactos?rev=24359&view=rev Log: Define NTOSAPI before including ntddk.h to avoid including function prototypes with dllimport
Modified: trunk/reactos/boot/freeldr/freeldr/include/freeldr.h
Modified: trunk/reactos/boot/freeldr/freeldr/include/freeldr.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/freeldr.h (original) +++ trunk/reactos/boot/freeldr/freeldr/include/freeldr.h Mon Oct 2 16:22:17 2006 @@ -25,6 +25,7 @@ #include <stdlib.h> #include <stdio.h> #include <ctype.h> +#define NTOSAPI #include <ntddk.h> #include <arc/arc.h> #include <ketypes.h>