Skip to content
Snippets Groups Projects
Commit 640ec8e6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent 5051020e
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment