Fix ":set go+=c" and menu autoenabling bugs.
[MacVim/jjgod.git] / src / VisVim / VisVim.h
blob775977878871019971ed3421f71e3a0eb0a07823
1 // VisVIM.h : main header file for the VisVim DLL
2 //
4 #if !defined(AFX_VISVIM_H__AC72670B_2977_11D1_B2F3_006008040780__INCLUDED_)
5 #define AFX_VISVIM_H__AC72670B_2977_11D1_B2F3_006008040780__INCLUDED_
7 #ifndef __AFXWIN_H__
8 #error include 'stdafx.h' before including this file for PCH
9 #endif
11 #include "resource.h" // Main symbols
13 #include <ObjModel\addguid.h>
14 #include <ObjModel\appguid.h>
15 #include <ObjModel\bldguid.h>
16 #include <ObjModel\textguid.h>
17 #include <ObjModel\dbgguid.h>
20 // Prototypes
23 HKEY GetAppKey (char* AppName);
24 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);
25 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default);
26 bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue);
27 void ReportLastError (HRESULT Err);
28 void ReportInternalError (char* Fct);
30 //{{AFX_INSERT_LOCATION}}
31 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
33 #endif // !defined(AFX_VISVIM_H__AC72670B_2977_11D1_B2F3_006008040780__INCLUDED)