Author: tkreuzer
Date: Mon May 30 16:51:17 2011
New Revision: 52010

URL: http://svn.reactos.org/svn/reactos?rev=52010&view=rev
Log:
[NDK]
Add NTKERNELAPI to MmSectionObjectType to be able to import it

Modified:
    branches/GSoC_2011/GdiFontDriver/include/ndk/mmtypes.h

Modified: branches/GSoC_2011/GdiFontDriver/include/ndk/mmtypes.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/GdiFontDriver/include/ndk/mmtypes.h?rev=52010&r1=52009&r2=52010&view=diff
==============================================================================
--- branches/GSoC_2011/GdiFontDriver/include/ndk/mmtypes.h [iso-8859-1] 
(original)
+++ branches/GSoC_2011/GdiFontDriver/include/ndk/mmtypes.h [iso-8859-1] Mon May 
30 16:51:17 2011
@@ -704,7 +704,7 @@
 //
 // Long VAD used in section and private allocations
 //
-typedef struct _MMVAD_LONG 
+typedef struct _MMVAD_LONG
 {
     union
     {
@@ -969,7 +969,7 @@
 //
 // Section Object Type
 //
-extern POBJECT_TYPE MmSectionObjectType;
+extern NTKERNELAPI POBJECT_TYPE MmSectionObjectType;
 
 #endif // !NTOS_MODE_USER
 


Reply via email to