Commit 640ec8e6 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard

Moved a misplaced 'extern "C" { ... }' statement.

parent 5051020e
......@@ -11,15 +11,16 @@
# undef UNICODE
#endif /* __WINE__ */
#ifdef __cplusplus
extern "C" {
#endif
#define WINVER 0x0500
#include "winnt.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Macros to map Winelib names to the correct implementation name */
/* depending on __WINE__ and UNICODE macros. */
/* Note that Winelib is purely Win32. */
......
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