Alexandre Julliard : scrrun: Fix typo in header guard.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 4 09:22:16 CST 2015


Module: wine
Branch: master
Commit: 74b627e89478ee38bd84bd61e880d4b590e4e306
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=74b627e89478ee38bd84bd61e880d4b590e4e306

Author: Alexandre Julliard <julliard at 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;




More information about the wine-cvs mailing list