Commit 2b891021 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

regstr.h only defines constants and structures and thus does not need an extern "C" statement.

parent 1fce5541
......@@ -21,9 +21,6 @@
#ifndef _INC_REGSTR
#define _INC_REGSTR
#ifdef __cplusplus
extern "C" {
#endif /* defined(__cplusplus) */
#define REGSTR_PATH_UNINSTALL TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall")
......@@ -32,8 +29,5 @@ extern "C" {
/* UninstallString <= 63 chars in Windows (otherwise problems) */
#define REGSTR_VAL_UNINSTALLER_COMMANDLINE TEXT("UninstallString")
#ifdef __cplusplus
} /* extern "C" */
#endif /* defined(__cplusplus) */
#endif /* _INC_REGSTR_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment