Module: wine Branch: master Commit: 74b627e89478ee38bd84bd61e880d4b590e4e306 URL: http://source.winehq.org/git/wine.git/?a=commit;h=74b627e89478ee38bd84bd61e8...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Mar 4 14:25:52 2015 +0900
scrrun: Fix typo in header guard.
---
dlls/scrrun/scrrun_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/scrrun/scrrun_private.h b/dlls/scrrun/scrrun_private.h index a149202..43b20a9 100644 --- a/dlls/scrrun/scrrun_private.h +++ b/dlls/scrrun/scrrun_private.h @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #ifndef _SCRRUN_PRIVATE_H_ -#define _SCRRUN_PRIVATE_H +#define _SCRRUN_PRIVATE_H_
extern HRESULT WINAPI FileSystem_CreateInstance(IClassFactory*,IUnknown*,REFIID,void**) DECLSPEC_HIDDEN; extern HRESULT WINAPI Dictionary_CreateInstance(IClassFactory*,IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;