Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenregedit.h
Go to the documentation of this file.
00001 #ifndef _REGEDIT_H 00002 #define _REGEDIT_H 00003 00004 #define WIN32_LEAN_AND_MEAN /* Exclude rarely-used stuff from Windows headers */ 00005 #define WIN32_NO_STATUS 00006 #include <windows.h> 00007 00008 #define NTOS_MODE_USER 00009 #include <ndk/cmtypes.h> 00010 00011 #include <commctrl.h> 00012 #include <shellapi.h> 00013 #include <shlwapi.h> 00014 #include <stdlib.h> 00015 #include <tchar.h> 00016 #include <process.h> 00017 #include <stdio.h> 00018 #include <limits.h> 00019 #include <accctrl.h> 00020 #include <unknwn.h> 00021 #include <aclapi.h> 00022 #include <commdlg.h> 00023 #include <cderr.h> 00024 #include <ole2.h> 00025 #include <objbase.h> 00026 #include <objsel.h> 00027 #include <assert.h> 00028 #include "main.h" 00029 #include "regproc.h" 00030 #include "hexedit.h" 00031 #include "security.h" 00032 #endif Generated on Sat May 26 2012 04:16:23 for ReactOS by
1.7.6.1
|