commit | 0062892c66b74c03a0173713bf943ac6519ebbd4 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Thu Oct 19 20:32:18 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 19 20:32:18 2000 +0000 |
tree | abb05fa8c845d18d2ce4ec93c1ba9f21a2189944 | |
parent | db92536cfdb17671abdabc07b066083c7fed1801 [diff] [blame] |
Added/fixed missing extern "C".
diff --git a/include/objbase.h b/include/objbase.h index 339db84..4c46c27 100644 --- a/include/objbase.h +++ b/include/objbase.h
@@ -26,8 +26,16 @@ #include <stdlib.h> #endif +#ifdef __cplusplus +extern "C" { +#endif + HRESULT WINAPI GetClassFile(LPOLESTR filePathName,CLSID *pclsid); +#ifdef __cplusplus +} +#endif + /* These macros are msdev's way of defining COM objects. They are provided * here for use by winelib users.