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

oldstable
François Gouget 2000-12-19 04:51:10 +00:00 committed by Alexandre Julliard
parent 5051020e9f
commit 640ec8e635
1 changed files with 5 additions and 4 deletions

View File

@ -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. */